1 write to UdpTransportBindingElement
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\UdpTransportSettings.cs (1)
18
this.
UdpTransportBindingElement
= udpTransportBindingElement;
17 references to UdpTransportBindingElement
System.ServiceModel.Discovery (17)
System\ServiceModel\Discovery\UdpTransportSettings.cs (17)
25
return this.
UdpTransportBindingElement
.DuplicateMessageHistoryLength;
29
this.
UdpTransportBindingElement
.DuplicateMessageHistoryLength = value;
42
this.
UdpTransportBindingElement
.MaxPendingMessagesTotalSize = this.MaxReceivedMessageSize * this.MaxPendingMessageCount;
50
return this.
UdpTransportBindingElement
.RetransmissionSettings.MaxMulticastRetransmitCount;
54
this.
UdpTransportBindingElement
.RetransmissionSettings.MaxMulticastRetransmitCount = value;
63
return this.
UdpTransportBindingElement
.RetransmissionSettings.MaxUnicastRetransmitCount;
67
this.
UdpTransportBindingElement
.RetransmissionSettings.MaxUnicastRetransmitCount = value;
75
return this.
UdpTransportBindingElement
.MulticastInterfaceId;
79
this.
UdpTransportBindingElement
.MulticastInterfaceId = value;
87
return this.
UdpTransportBindingElement
.SocketReceiveBufferSize;
91
this.
UdpTransportBindingElement
.SocketReceiveBufferSize = value;
99
return this.
UdpTransportBindingElement
.MaxReceivedMessageSize;
103
this.
UdpTransportBindingElement
.MaxReceivedMessageSize = value;
111
return this.
UdpTransportBindingElement
.MaxBufferPoolSize;
115
this.
UdpTransportBindingElement
.MaxBufferPoolSize = value;
123
return this.
UdpTransportBindingElement
.TimeToLive;
127
this.
UdpTransportBindingElement
.TimeToLive = value;