4 references to SocketReceiveBufferSize
System.ServiceModel.Channels (4)
System\ServiceModel\Configuration\UdpTransportElement.cs (4)
41this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.SocketReceiveBufferSize, udpTransportBindingElement.SocketReceiveBufferSize); 82[ConfigurationProperty(UdpTransportConfigurationStrings.SocketReceiveBufferSize, DefaultValue = UdpConstants.Defaults.SocketReceiveBufferSize)] 86get { return (int)base[UdpTransportConfigurationStrings.SocketReceiveBufferSize]; } 87set { base[UdpTransportConfigurationStrings.SocketReceiveBufferSize] = value; }