UdpTransportBindingElement.SocketReceiveBufferSize Property

Definition

Gets or sets the receive buffer size on the underlying socket.

public:
 property int SocketReceiveBufferSize { int get(); void set(int value); };
public int SocketReceiveBufferSize { get; set; }
member this.SocketReceiveBufferSize : int with get, set
Public Property SocketReceiveBufferSize As Integer

Property Value

The receive buffer size on the underlying socket.

Applies to