Class CacheClient
CacheClient class contains information about CacheClient ProcessId ,ClientIp and Port of the Client process
Inheritance
System.Object
CacheClient
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class CacheClient
Properties
ClientIP
Client IP Address
Declaration
public string ClientIP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Client Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessID
Client process id
Declaration
public string ProcessID { get; set; }
Property Value
Type | Description |
---|---|
System.String |