Constructor CacheConnection
CacheConnection(String, Int32)
Initializes new instance of CacheConnection.
Declaration
public CacheConnection(string server = null, int port = 8250)
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
server | Specifies the name of server on which the cache is running. |
| System. |
port | Specifies the port of server on which the cache is running. |