1 override of IsCompatible
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
47internal override bool IsCompatible(HttpChannelListener channelListener)
2 references to IsCompatible
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportManager.cs (1)
215if (this.IsCompatible((HttpChannelListener)channelListener))
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
63&& base.IsCompatible(channelListener);