Compartir vía


UdpTransportElement.SocketReceiveBufferSize Propiedad

Definición

Obtiene o establece el valor del tamaño de búfer de recepción en un elemento de transporte de UDP.

public:
 property int SocketReceiveBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("socketReceiveBufferSize", DefaultValue=65536)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int SocketReceiveBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("socketReceiveBufferSize", DefaultValue=65536)>]
[<System.Configuration.IntegerValidator(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 subyacente.

Atributos

Se aplica a