Implemented interface member:
method
BeginOpen
System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback, System.Object)
3 references to BeginOpen
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
605return _serviceChannel.BeginOpen(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
254return _communicationObject.BeginOpen(callback, state); 429return _communicationObject.BeginOpen(callback, state);