3 implementations of OnCloseAsync
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (2)
284
public virtual Task
OnCloseAsync
(TimeSpan timeout)
450
public Task
OnCloseAsync
(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
448
async Task ISecurityCommunicationObject.
OnCloseAsync
(TimeSpan timeout)
2 references to OnCloseAsync
System.ServiceModel.Federation (2)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (2)
62
_innerCommunicationObject.
OnCloseAsync
(timeout).GetAwaiter().GetResult();
112
return _innerCommunicationObject.
OnCloseAsync
(timeout);