Implemented interface member:
method
BeginCloseOutputSession
System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginCloseOutputSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
777return this.BeginCloseOutputSession(_channel.DefaultCloseTimeout, callback, state);