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