7 implementations of BeginOpen
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
126
public IAsyncResult
BeginOpen
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
603
IAsyncResult ICommunicationObject.
BeginOpen
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
294
IAsyncResult ICommunicationObject.
BeginOpen
(AsyncCallback callback, object state)
736
IAsyncResult ICommunicationObject.
BeginOpen
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1466
public IAsyncResult
BeginOpen
(AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
252
public IAsyncResult
BeginOpen
(AsyncCallback callback, object state)
427
public IAsyncResult
BeginOpen
(AsyncCallback callback, object state)
2 references to BeginOpen
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
738
return ((ICommunicationObject)_channel).
BeginOpen
(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1468
return _innerChannel.
BeginOpen
(callback, state);