5 references to Scheme
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\ServerUdpOutputChannel.cs (1)
279
if (!destination.Scheme.Equals(UdpConstants.
Scheme
, StringComparison.OrdinalIgnoreCase))
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
89
if (!via.Scheme.Equals(UdpConstants.
Scheme
, StringComparison.OrdinalIgnoreCase))
System\ServiceModel\Channels\UdpChannelListener.cs (1)
144
return UdpConstants.
Scheme
;
System\ServiceModel\Channels\UdpRequestContext.cs (1)
36
UriBuilder uriBuilder = new UriBuilder(UdpConstants.
Scheme
, remoteEndpointMessageProperty.Address, remoteEndpointMessageProperty.Port);
System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
111
get { return UdpConstants.
Scheme
; }