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