SocketCachePolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the policy for removing clients from the cache maintained by remoting clients.
public enum class SocketCachePolicy
public enum SocketCachePolicy
type SocketCachePolicy =
Public Enum SocketCachePolicy
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Remove a socket from the cache a fixed time after its last use. |
AbsoluteTimeout | 1 | Remove a socket from the cache a fixed time after its creation. |
Remarks
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.