3 references to SocketReceiveBufferSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpConstants.cs (1)
42public const long MaxReceivedMessageSize = SocketReceiveBufferSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
37_socketReceiveBufferSize = UdpConstants.Defaults.SocketReceiveBufferSize; 114[DefaultValue(UdpConstants.Defaults.SocketReceiveBufferSize)]