1 write to udpTransport
System.ServiceModel.Channels (1)
System\ServiceModel\UdpBinding.cs (1)
25
this.
udpTransport
= new UdpTransportBindingElement();
19 references to udpTransport
System.ServiceModel.Channels (19)
System\ServiceModel\UdpBinding.cs (19)
66
return this.
udpTransport
.DuplicateMessageHistoryLength;
70
this.
udpTransport
.DuplicateMessageHistoryLength = value;
79
return this.
udpTransport
.MaxBufferPoolSize;
83
this.
udpTransport
.MaxBufferPoolSize = value;
92
return Math.Max(this.
udpTransport
.RetransmissionSettings.MaxUnicastRetransmitCount, this.
udpTransport
.RetransmissionSettings.MaxMulticastRetransmitCount);
96
this.
udpTransport
.RetransmissionSettings.MaxUnicastRetransmitCount = value;
97
this.
udpTransport
.RetransmissionSettings.MaxMulticastRetransmitCount = value;
106
return this.
udpTransport
.MaxPendingMessagesTotalSize;
110
this.
udpTransport
.MaxPendingMessagesTotalSize = value;
119
return this.
udpTransport
.MaxReceivedMessageSize;
123
this.
udpTransport
.MaxReceivedMessageSize = value;
130
get { return this.
udpTransport
.MulticastInterfaceId; }
131
set { this.
udpTransport
.MulticastInterfaceId = value; }
157
get { return this.
udpTransport
.TimeToLive; }
158
set { this.
udpTransport
.TimeToLive = value; }
163
get { return this.
udpTransport
.Scheme; }
170
bindingElements.Add(this.
udpTransport
);
177
if (!this.
udpTransport
.IsMatch(transport))