System.ServiceModel.Discovery.UdpTransportSettings.UdpTransportSettings C# (CSharp) Method

UdpTransportSettings() private method

private UdpTransportSettings ( ) : System
return System
		internal UdpTransportSettings ()
		{
			DuplicateMessageHistoryLength = 4112;
			MaxBufferPoolSize = 0x80000;
			MaxMulticastRetransmitCount = 2;
			MaxPendingMessageCount = 32;
			MaxReceivedMessageSize = 0xFFE7;
			MaxUnicastRetransmitCount = 1;
			SocketReceiveBufferSize = 0x10000;
			TimeToLive = 1;
		}

Same methods

UdpTransportSettings::UdpTransportSettings ( UdpTransportSettings source ) : System
UdpTransportSettings