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