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