IVsWCFReferenceGroupDetails.GetGeneratedEndpointNameInConfiguration(ServiceEndpoint) Метод

Определение

Возвращает имя конфигурации конечной точки, созданной 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

Параметры

endpoint
ServiceEndpoint

Объект, ServiceEndpoint возвращаемый GetServiceEndpoints() методом.

Возвращаемое значение

String

Значение типа String , содержащее имя конфигурации конечной точки.

Применяется к