4 references to SocketReceiveBufferSize
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpConstants.cs (1)
42public const long MaxReceivedMessageSize = SocketReceiveBufferSize;
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
37this.socketReceiveBufferSize = UdpConstants.Defaults.SocketReceiveBufferSize; 114[DefaultValue(UdpConstants.Defaults.SocketReceiveBufferSize)]
System\ServiceModel\Configuration\UdpTransportElement.cs (1)
82[ConfigurationProperty(UdpTransportConfigurationStrings.SocketReceiveBufferSize, DefaultValue = UdpConstants.Defaults.SocketReceiveBufferSize)]