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

属性值

属性

适用于