1 type derived from HttpTransportManager
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
18
class SharedHttpTransportManager :
HttpTransportManager
2 references to HttpTransportManager
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
601
HttpTransportManager
httpTransportManager = registration as
HttpTransportManager
;