Implemented interface member:
method
CloseOutputSessionAsync
System.ServiceModel.Channels.IAsyncDuplexSession.CloseOutputSessionAsync()
2 references to CloseOutputSessionAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
1778public void CloseOutputSession() => CloseOutputSessionAsync().GetAwaiter().GetResult(); 1820public IAsyncResult BeginCloseOutputSession(AsyncCallback callback, object state) => CloseOutputSessionAsync().ToApm(callback, state);