Partager via


UdpTransportElement.SocketReceiveBufferSize Propriété

Définition

Obtient ou définit la valeur de la taille de la mémoire tampon de réception dans un élément de transport 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

Valeur de propriété

Int32

Taille de tampon de réception sur le socket sous-jacent.

Attributs

S’applique à