1 override of Method
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
880public override string Method
3 references to Method
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
888return base.Method;
System\ServiceModel\Channels\HttpTransportManager.cs (2)
187string method = ((HttpChannelListener)channelListener).Method; 226if (!addressTables.TryGetValue(((HttpChannelListener)channelListener).Method, out addressTable))