24 references to Defaults
dotnet-svcutil-lib (24)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (8)
31
UdpConstants.
Defaults
.DelayLowerBoundTimeSpan, UdpConstants.
Defaults
.DelayUpperBoundTimeSpan, UdpConstants.
Defaults
.MaxDelayPerRetransmissionTimeSpan)
84
[DefaultValue(UdpConstants.
Defaults
.MaxUnicastRetransmitCount)]
102
[DefaultValue(UdpConstants.
Defaults
.MaxMulticastRetransmitCount)]
176
return !TimeSpansEqual(_delayLowerBound, UdpConstants.
Defaults
.DelayLowerBoundTimeSpan);
181
return !TimeSpansEqual(_delayUpperBound, UdpConstants.
Defaults
.DelayUpperBoundTimeSpan);
186
return !TimeSpansEqual(_maxDelayPerRetransmission, UdpConstants.
Defaults
.MaxDelayPerRetransmissionTimeSpan);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (10)
33
_duplicateMessageHistoryLength = UdpConstants.
Defaults
.DuplicateMessageHistoryLength;
34
_maxPendingMessagesTotalSize = UdpConstants.
Defaults
.DefaultMaxPendingMessagesTotalSize;
37
_socketReceiveBufferSize = UdpConstants.
Defaults
.SocketReceiveBufferSize;
38
_timeToLive = UdpConstants.
Defaults
.TimeToLive;
52
[DefaultValue(UdpConstants.
Defaults
.DuplicateMessageHistoryLength)]
68
[DefaultValue(UdpConstants.
Defaults
.DefaultMaxPendingMessagesTotalSize)]
89
[DefaultValue(UdpConstants.
Defaults
.MulticastInterfaceId)]
114
[DefaultValue(UdpConstants.
Defaults
.SocketReceiveBufferSize)]
130
[DefaultValue(UdpConstants.
Defaults
.TimeToLive)]
208
this.DuplicateMessageHistoryLength = UdpConstants.
Defaults
.DuplicateMessageHistoryLengthWithRetransmission;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (6)
41
[DefaultValue(UdpConstants.
Defaults
.DuplicateMessageHistoryLength)]
67
[DefaultValue(UdpConstants.
Defaults
.MaxRetransmitCount)]
81
[DefaultValue(UdpConstants.
Defaults
.DefaultMaxPendingMessagesTotalSize)]
94
[DefaultValue(UdpConstants.
Defaults
.MaxReceivedMessageSize)]
107
[DefaultValue(UdpConstants.
Defaults
.MulticastInterfaceId)]
134
[DefaultValue(UdpConstants.
Defaults
.TimeToLive)]