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