ExtendedWebSocketAcceptContext.ReceiveBufferSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Setting this property has no effect. It will be removed in a future version.
This property is obsolete and has no effect.
public:
property Nullable<int> ReceiveBufferSize { Nullable<int> get(); void set(Nullable<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 : Nullable<int> with get, set
[<System.Obsolete("Setting this property has no effect. It will be removed in a future version.")>]
member this.ReceiveBufferSize : Nullable<int> with get, set
Public Property ReceiveBufferSize As Nullable(Of Integer)
Property Value
- Attributes