Implemented interface member:
method
CloseOutputSessionAsync
System.ServiceModel.Channels.IAsyncDuplexSession.CloseOutputSessionAsync(System.TimeSpan)
3 references to CloseOutputSessionAsync
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
1782return CloseOutputSessionAsync(_channel.DefaultCloseTimeout); 1785public void CloseOutputSession(TimeSpan timeout) => CloseOutputSessionAsync(timeout).GetAwaiter().GetResult(); 1822public IAsyncResult BeginCloseOutputSession(TimeSpan timeout, AsyncCallback callback, object state) => CloseOutputSessionAsync(timeout).ToApm(callback, state);