7 implementations of BeginClose
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
116
public IAsyncResult
BeginClose
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
578
IAsyncResult ICommunicationObject.
BeginClose
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
279
IAsyncResult ICommunicationObject.
BeginClose
(AsyncCallback callback, object state)
711
IAsyncResult ICommunicationObject.
BeginClose
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1412
public IAsyncResult
BeginClose
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
227
public IAsyncResult
BeginClose
(AsyncCallback callback, object state)
402
public IAsyncResult
BeginClose
(AsyncCallback callback, object state)
2 references to BeginClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
713
return ((ICommunicationObject)_channel).
BeginClose
(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1259
result = _innerChannel.
BeginClose
(s_closeInnerChannelCallback, this);