Constructor CacheServerInfo
CacheServerInfo(String, Int32)
Initializes the instance of CacheServerInfo for this application.
Declaration
public CacheServerInfo(string name, int port)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | String IP/Name of the server to be connected with |
System.Int32 | port | Port for the server to be connected with |
CacheServerInfo(String)
Initializes the instance of CacheServerInfo for this application.
Declaration
public CacheServerInfo(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |