Leer en inglés Editar

Compartir a través de


SocketCachePolicy Enum

Definition

Specifies the policy for removing clients from the cache maintained by remoting clients.

C#
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

Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1