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)
227return this.communicationObject.BeginOpen(callback, state); 404return this.communicationObject.BeginOpen(callback, state);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2838return this.channelFactory.BeginOpen(callback, state);