1 write to transportManagerContainer
System.ServiceModel (1)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
112this.transportManagerContainer = transportManagerContainer;
7 references to transportManagerContainer
System.ServiceModel (7)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (7)
119if (this.transportManagerContainer != null) 121this.transportManagerContainer.Abort(); 129if (this.transportManagerContainer != null) 131this.transportManagerContainer.Close(timeoutHelper.RemainingTime()); 150if (this.transportManagerContainer != null) 152begin1 = this.transportManagerContainer.BeginClose; 153end1 = this.transportManagerContainer.EndClose;