Implemented interface member:
method
OnClose
System.ServiceModel.Security.ISecurityCommunicationObject.OnClose(System.TimeSpan)
4 overrides of OnClose
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
182
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (1)
124
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (1)
217
public override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (1)
125
public override void
OnClose
(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
125
return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.
OnClose
), timeout, callback, state);