次の方法で共有


UdpTransportElement.SocketReceiveBufferSize プロパティ

定義

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

プロパティ値

Int32

基になるソケット上の受信バッファー サイズ。

属性

適用対象