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