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