共用方式為


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

基礎通訊端上接收緩衝區的大小。

屬性

適用於