UdpTransportSettingsElement.SocketReceiveBufferSize プロパティ

定義

UDP トランスポートの構成要素内の SocketReceiveBufferSize プロパティの値を取得または設定できます。

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

プロパティ値

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

属性

適用対象