Implemented interface member:
method
BeginOpen
System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
12 references to BeginOpen
System.ServiceModel (11)
System\ServiceModel\Channels\CommunicationObject.cs (1)
223return this.BeginOpen(this.DefaultOpenTimeout, callback, state);
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1175return new ChainedAsyncResult(timeout, callback, state, this.channelTracker.BeginOpen, this.channelTracker.EndOpen,
System\ServiceModel\Channels\ServiceChannel.cs (1)
2220return channel.BeginOpen(timeout, callback, state);
System\ServiceModel\ClientBase.cs (1)
743return GetChannelFactory().BeginOpen(timeout, callback, state);
System\ServiceModel\Security\SecurityProtocol.cs (1)
364return this.communicationObject.BeginOpen(timeout, callback, state);
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1098return this.CommunicationObject.BeginOpen(timeout, callback, state);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1098return this.serviceChannelFactory.BeginOpen(timeout, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
439return this.communicationObject.BeginOpen(timeout, callback, state);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
232return this.communicationObject.BeginOpen(timeout, callback, state); 409return this.communicationObject.BeginOpen(timeout, callback, state);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
320return this.innerChannelFactory.BeginOpen(timeout, callback, state);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
339return this.provider.BeginOpen(timeout, callback, state);