Implemented interface member:
method
BeginCloseOutputSession
System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginCloseOutputSession
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
670return this.BeginCloseOutputSession(this.channel.DefaultCloseTimeout, callback, state);