UdpTransportSettingsElement::SocketReceiveBufferSize Property
.NET Framework (current version)
Gets or sets the value of the SocketReceiveBufferSize property in a UDP transport configuration element.
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); }
.NET Framework
Available since 4.0
Available since 4.0
Show: