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