Compartir a través de


UdpTransportSettingsElement.SocketReceiveBufferSize Propiedad

Definición

Obtiene o establece el valor de la propiedad SocketReceiveBufferSize en un elemento de configuración de transporte de UDP.

public:
 property int SocketReceiveBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("socketReceiveBufferSize", DefaultValue=65536)]
[System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)]
public int SocketReceiveBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("socketReceiveBufferSize", DefaultValue=65536)>]
[<System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)>]
member this.SocketReceiveBufferSize : int with get, set
Public Property SocketReceiveBufferSize As Integer

Valor de propiedad

Int32

Tamaño del búfer de recepción en el socket de WinSock subyacente.

Atributos

Se aplica a