5 implementations of BeginCloseOutputSession
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1732public IAsyncResult BeginCloseOutputSession(AsyncCallback callback, object state) 1939public IAsyncResult BeginCloseOutputSession(AsyncCallback callback, object state)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
668public IAsyncResult BeginCloseOutputSession(AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3523public IAsyncResult BeginCloseOutputSession(AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4612public IAsyncResult BeginCloseOutputSession(AsyncCallback callback, object state)