IVsWCFReferenceGroupDetails.GetGeneratedEndpointNameInConfiguration 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 the name of an endpoint configuration generated by ServiceEndpoint.
public:
System::String ^ GetGeneratedEndpointNameInConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public string GetGeneratedEndpointNameInConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member GetGeneratedEndpointNameInConfiguration : System.ServiceModel.Description.ServiceEndpoint -> string
Public Function GetGeneratedEndpointNameInConfiguration (endpoint As ServiceEndpoint) As String
Parameters
- endpoint
- ServiceEndpoint
A ServiceEndpoint returned by the GetServiceEndpoints() method.
Returns
A String that contains the name of the endpoint configuration.