Gets or sets, if sockets should be cached and reused. Caching sockets may reduce ressource consumption but may cause trouble in Network Load Balancing clusters.
Declaring type: TcpBinaryClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public bool SocketCachingEnabled { get; set; }
Property Value

There is no description.