1 override of BeginCloseOutputSession
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
2865protected override IAsyncResult BeginCloseOutputSession(TimeSpan timeout, AsyncCallback callback, object state)
2 references to BeginCloseOutputSession
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
2879return base.BeginCloseOutputSession(timeout, callback, state); 3536return this.channel.BeginCloseOutputSession(timeout, callback, state);