6 implementations of OnBeginClose
System.ServiceModel (6)
System\ServiceModel\Security\SecurityProtocol.cs (1)
123
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
632
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
230
IAsyncResult ISecurityCommunicationObject.
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
359
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
250
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
427
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginClose
System.ServiceModel (1)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
48
return this.innerCommunicationObject.
OnBeginClose
(timeout, callback, state);