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