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