共用方式為


WebSocketOptions.ReceiveBufferSize 屬性

定義

警告

Setting this property has no effect. It will be removed in a future version.

取得或設定用來接收和剖析框架的通訊協定緩衝區大小。 預設值為 4kb。

public:
 property int ReceiveBufferSize { int get(); void set(int value); };
public int ReceiveBufferSize { get; set; }
[System.Obsolete("Setting this property has no effect. It will be removed in a future version.")]
public int ReceiveBufferSize { get; set; }
member this.ReceiveBufferSize : int with get, set
[<System.Obsolete("Setting this property has no effect. It will be removed in a future version.")>]
member this.ReceiveBufferSize : int with get, set
Public Property ReceiveBufferSize As Integer

屬性值

屬性

適用於