1 instantiation of HostedHttpTransportManager
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (1)
49
httpManager = new
HostedHttpTransportManager
(listenAddress);
12 references to HostedHttpTransportManager
System.ServiceModel.Activation (12)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
773
HostedHttpTransportManager
transportManager = null;
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (11)
19
Collection<
HostedHttpTransportManager
> transportManagerDirectory;
31
HostedHttpTransportManager
CreateTransportManager(BaseUriWithWildcard listenAddress)
43
HostedHttpTransportManager
httpManager = null;
59
Collection<
HostedHttpTransportManager
> tempDirectory = new Collection<
HostedHttpTransportManager
>();
76
HostedHttpTransportManager
httpManager = CreateTransportManager(listenAddress);
115
internal
HostedHttpTransportManager
GetHttpTransportManager(Uri uri)
131
HostedHttpTransportManager
manager = this.transportManagerDirectory[0];
145
HostedHttpTransportManager
foundTransportManager = null;
146
HostedHttpTransportManager
weakTransportManager = null;
152
foreach (
HostedHttpTransportManager
manager in this.transportManagerDirectory)