共用方式為


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 通訊端上接收緩衝區的大小。

屬性

適用於