1 write to transportManagerContainer
System.ServiceModel (1)
System\ServiceModel\Channels\TransportChannelListener.cs (1)
139this.transportManagerContainer = new TransportManagerContainer(this);
8 references to transportManagerContainer
System.ServiceModel (8)
System\ServiceModel\Channels\TransportChannelListener.cs (8)
416return this.transportManagerContainer.BeginOpen( 423this.transportManagerContainer.EndOpen(result); 428this.transportManagerContainer.Open(new SelectTransportManagersCallback(this.SelectTransportManagers)); 444return TransportManagerContainer.TransferTransportManagers(this.transportManagerContainer); 449this.transportManagerContainer.Abort(); 454return this.transportManagerContainer.BeginClose(timeout, callback, state); 459this.transportManagerContainer.EndClose(result); 464this.transportManagerContainer.Close(timeout);