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)
223
return this.
BeginOpen
(this.DefaultOpenTimeout, callback, state);
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1175
return new ChainedAsyncResult(timeout, callback, state, this.channelTracker.
BeginOpen
, this.channelTracker.EndOpen,
System\ServiceModel\Channels\ServiceChannel.cs (1)
2220
return channel.
BeginOpen
(timeout, callback, state);
System\ServiceModel\ClientBase.cs (1)
743
return GetChannelFactory().
BeginOpen
(timeout, callback, state);
System\ServiceModel\Security\SecurityProtocol.cs (1)
364
return this.communicationObject.
BeginOpen
(timeout, callback, state);
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1098
return this.CommunicationObject.
BeginOpen
(timeout, callback, state);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1098
return this.serviceChannelFactory.
BeginOpen
(timeout, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
439
return this.communicationObject.
BeginOpen
(timeout, callback, state);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
232
return this.communicationObject.
BeginOpen
(timeout, callback, state);
409
return this.communicationObject.
BeginOpen
(timeout, callback, state);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
320
return this.innerChannelFactory.
BeginOpen
(timeout, callback, state);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
339
return this.provider.
BeginOpen
(timeout, callback, state);