IVsWCFReferenceManager.GetReferenceEndpointEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumerator for endpoints in a Windows Communication Foundation (WCF) service reference.
public:
Microsoft::VisualStudio::WCFReference::Interop::IEnumWCFReferenceEndpoints ^ GetReferenceEndpointEnumerator();
public Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceEndpoints GetReferenceEndpointEnumerator ();
abstract member GetReferenceEndpointEnumerator : unit -> Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceEndpoints
Public Function GetReferenceEndpointEnumerator () As IEnumWCFReferenceEndpoints
Returns
A reference endpoints enumerator that contains all endpoints for the service reference.