WebSocketOptions.ReceiveBufferSize プロパティ

定義

注意事項

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

フレームの受信と解析に使用するプロトコル バッファーのサイズを取得または設定します。 既定値は 4 kb です。

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

プロパティ値

属性

適用対象