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