7 implementations of BeginOpen
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
131
public IAsyncResult
BeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
608
IAsyncResult ICommunicationObject.
BeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
299
IAsyncResult ICommunicationObject.
BeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
741
IAsyncResult ICommunicationObject.
BeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1471
public IAsyncResult
BeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
257
public IAsyncResult
BeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
432
public IAsyncResult
BeginOpen
(TimeSpan timeout, AsyncCallback callback, object state)
9 references to BeginOpen
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
74
return _innerChannel.
BeginOpen
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
42
return _innerChannelFactory.
BeginOpen
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
38
IAsyncResult result = collection[index].
BeginOpen
(_timeoutHelper.RemainingTime(), s_nestedCallback, callbackState);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
426
return _innerChannelFactory.
BeginOpen
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (3)
296
return ((ICommunicationObject)this).
BeginOpen
(_channelFactory.InternalOpenTimeout, callback, state);
323
return InnerChannel.
BeginOpen
(timeout, callback, state);
743
return ((ICommunicationObject)_channel).
BeginOpen
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
540
return _listener.
BeginOpen
(timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1473
return _innerChannel.
BeginOpen
(timeout, callback, state);