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