1 write to transportManagerContainer
System.ServiceModel (1)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
28this.transportManagerContainer = this.listener.GetTransportManagers();
8 references to transportManagerContainer
System.ServiceModel (8)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (8)
35if (this.transportManagerContainer != null && !TransferTransportManagers()) 37this.transportManagerContainer.Abort(); 55if (this.transportManagerContainer != null && !TransferTransportManagers()) 57begin1 = this.transportManagerContainer.BeginClose; 58end1 = this.transportManagerContainer.EndClose; 73if (this.transportManagerContainer != null && !TransferTransportManagers()) 75this.transportManagerContainer.Close(timeoutHelper.RemainingTime()); 89return singletonChannel.TransferTransportManagers(this.transportManagerContainer);