Class CacheConnection
Instance of this class can be used to define the parameters to establish a connection with the cache.
Inheritance
System.Object
CacheConnection
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class CacheConnection : ICloneable
Constructors
Name | Description |
---|---|
CacheConnection(String, Int32) | Initializes new instance of CacheConnection. |
Properties
Name | Description |
---|---|
Port | Port of server on which the cache is running. |
Server | Name of server on which the cache is running. |
UserCredentials | Gets/Sets Credentials of the cache for authorization. |
Methods
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |