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