2 implementations of BeginCloseOutputSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1415
IAsyncResult IDuplexContextChannel.
BeginCloseOutputSession
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
780
public IAsyncResult
BeginCloseOutputSession
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginCloseOutputSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
782
return ((IDuplexContextChannel)_serviceChannel).
BeginCloseOutputSession
(timeout, callback, state);