2 implementations of BeginCloseOutputSession
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1410
IAsyncResult IDuplexContextChannel.
BeginCloseOutputSession
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
795
public IAsyncResult
BeginCloseOutputSession
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginCloseOutputSession
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
797
return ((IDuplexContextChannel)_serviceChannel).
BeginCloseOutputSession
(timeout, callback, state);