1 implementation of BeginCloseOutputSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
780
public IAsyncResult
BeginCloseOutputSession
(TimeSpan timeout, AsyncCallback callback, object state)
2 references to BeginCloseOutputSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1417
return GetDuplexSessionOrThrow().
BeginCloseOutputSession
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
171
IAsyncResult result = duplexSession.
BeginCloseOutputSession
(timeout, Fx.ThunkCallback(new AsyncCallback(CloseOutputSessionCallback)), state);