UdpTransportSettingsElement::SocketReceiveBufferSize Property

.NET Framework (current version)
 

Gets or sets the value of the SocketReceiveBufferSize property in a UDP transport configuration element.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
[ConfigurationPropertyAttribute("socketReceiveBufferSize", DefaultValue = 65536)]
[IntegerValidatorAttribute(MinValue = 1, MaxValue = 2147483647)]
property int SocketReceiveBufferSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The receive buffer size on the underlying WinSock socket.

.NET Framework
Available since 4.0
Return to top
Show: