संपादित करें

इसके माध्यम से साझा किया गया


SocketCachePolicy Enum

Definition

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
SocketCachePolicy

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.

Applies to