SocketCachePolicy Enumeration
.NET Framework (current version)
Specifies the policy for removing clients from the cache maintained by remoting clients.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
| Member name | Description | |
|---|---|---|
| AbsoluteTimeout | Remove a socket from the cache a fixed time after its creation. | |
| Default | Remove a socket from the cache a fixed time after its last use. |
This enumeration is used when setting the socketCachePolicy configuration property of a TcpClientChannel object. It determines whether the time specified by the socketCacheTimeout configuration property is measured from the time a socket was last used or from the time a socket was created.
.NET Framework
Available since 2.0
Available since 2.0
Show: