3 instantiations of UdpTransportBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
172return new UdpTransportBindingElement(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
51UdpTransportBindingElement transport = new UdpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
23_udpTransport = new UdpTransportBindingElement();
12 references to UdpTransportBindingElement
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
41internal UdpTransportBindingElement(UdpTransportBindingElement other) 226UdpTransportBindingElement udpTransport = b as UdpTransportBindingElement;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (3)
51UdpTransportBindingElement transport = new UdpTransportBindingElement(); 77if (transportBindingElement is UdpTransportBindingElement) 85if (transportBindingElement is UdpTransportBindingElement)
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (6)
17private UdpTransportBindingElement _udpTransport; 26private UdpBinding(UdpTransportBindingElement transport, TextMessageEncodingBindingElement encoding) 155private bool BindingElementsPropertiesMatch(UdpTransportBindingElement transport, MessageEncodingBindingElement encoding) 197UdpTransportBindingElement transport = null; 202if (bindingElement is UdpTransportBindingElement) 204transport = bindingElement as UdpTransportBindingElement;