3 references to BeginClose
System.ServiceModel (3)
System\ServiceModel\Channels\TransportChannelListener.cs (1)
454
return this.transportManagerContainer.
BeginClose
(timeout, callback, state);
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (2)
57
begin1 = this.transportManagerContainer.
BeginClose
;
152
begin1 = this.transportManagerContainer.
BeginClose
;