4 implementations of OnBeginClose
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocol.cs (1)
45
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state) { throw ExceptionHelper.PlatformNotSupported(); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
609
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
277
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
452
public IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginClose
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
49
return _innerCommunicationObject.
OnBeginClose
(timeout, callback, state);