11 references to Defaults
System.ServiceModel.Discovery (11)
System\ServiceModel\Discovery\Configuration\UdpTransportSettingsElement.cs (10)
31
[ConfigurationProperty(ConfigurationStrings.MaxPendingMessageCount, DefaultValue = UdpConstants.
Defaults
.MaxPendingMessageCount)]
88
[ConfigurationProperty(ConfigurationStrings.SocketReceiveBufferSize, DefaultValue = UdpConstants.
Defaults
.SocketReceiveBufferSize)]
102
[ConfigurationProperty(ConfigurationStrings.TimeToLive, DefaultValue = UdpConstants.
Defaults
.TimeToLive)]
117
[ConfigurationProperty(ConfigurationStrings.MaxReceivedMessageSize, DefaultValue = UdpConstants.
Defaults
.MaxReceivedMessageSize)]
118
[LongValidator(MinValue = 1L, MaxValue = UdpConstants.
Defaults
.MaxReceivedMessageSize)]
166
UdpConstants.
Defaults
.MaxPendingMessageCount,
202
UdpConstants.
Defaults
.SocketReceiveBufferSize,
211
UdpConstants.
Defaults
.TimeToLive,
220
UdpConstants.
Defaults
.MaxReceivedMessageSize,
222
new LongValidator(1L, UdpConstants.
Defaults
.MaxReceivedMessageSize),
System\ServiceModel\Discovery\UdpTransportSettings.cs (1)
17
this.maxPendingMessageCount = UdpConstants.
Defaults
.MaxPendingMessageCount;