Compartir a través de


WebSocketOptions.ReceiveBufferSize Propiedad

Definición

Precaución

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

Obtiene o establece el tamaño del búfer de protocolo utilizado para recibir y analizar fotogramas. El valor predeterminado es de 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

Valor de propiedad

Atributos

Se aplica a