Base:
method
OnBeginClose
System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of OnBeginClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
211
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
63
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
213
return new ChainedCloseAsyncResult(timeout, callback, state, base.
OnBeginClose
, base.OnEndClose, _innerOutputChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
66
base.
OnBeginClose
, base.OnEndClose);