Implemented interface member:
method
BeginOpen
System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback, System.Object)
3 references to BeginOpen
System.ServiceModel (2)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
227
return this.communicationObject.
BeginOpen
(callback, state);
404
return this.communicationObject.
BeginOpen
(callback, state);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2838
return this.channelFactory.
BeginOpen
(callback, state);