3 references to WsdlSoapUdpTransportUri
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
256
TransportBindingElement.ExportWsdlEndpoint(exporter, context, UdpConstants.
WsdlSoapUdpTransportUri
, addressingVersion);
System\ServiceModel\Channels\UdpTransportImporter.cs (2)
32
if (!string.IsNullOrEmpty(transportUri) && transportUri.Equals(UdpConstants.
WsdlSoapUdpTransportUri
, StringComparison.Ordinal))
48
if (transportUri != null && transportUri.Equals(UdpConstants.
WsdlSoapUdpTransportUri
, StringComparison.Ordinal) && !context.BindingElements.Contains(typeof(TransportBindingElement)))