Поделиться через


ServiceMetadataEndpoint Конструкторы

Определение

Создает и инициализирует новый экземпляр класса ServiceMetadataEndpoint.

Перегрузки

ServiceMetadataEndpoint()

Создает и инициализирует новый экземпляр класса ServiceMetadataEndpoint.

ServiceMetadataEndpoint(EndpointAddress)

Создает и инициализирует новый экземпляр класса ServiceMetadataEndpoint, используя указанный адрес конечной точки.

ServiceMetadataEndpoint(Binding, EndpointAddress)

Создает и инициализирует новый экземпляр класса ServiceMetadataEndpoint, используя указанные привязку и адрес конечной точки.

ServiceMetadataEndpoint()

Создает и инициализирует новый экземпляр класса ServiceMetadataEndpoint.

public:
 ServiceMetadataEndpoint();
public ServiceMetadataEndpoint ();
Public Sub New ()

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

ServiceMetadataEndpoint(EndpointAddress)

Создает и инициализирует новый экземпляр класса ServiceMetadataEndpoint, используя указанный адрес конечной точки.

public:
 ServiceMetadataEndpoint(System::ServiceModel::EndpointAddress ^ address);
public ServiceMetadataEndpoint (System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Description.ServiceMetadataEndpoint : System.ServiceModel.EndpointAddress -> System.ServiceModel.Description.ServiceMetadataEndpoint
Public Sub New (address As EndpointAddress)

Параметры

address
EndpointAddress

Адрес конечной точки.

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

ServiceMetadataEndpoint(Binding, EndpointAddress)

Создает и инициализирует новый экземпляр класса ServiceMetadataEndpoint, используя указанные привязку и адрес конечной точки.

public:
 ServiceMetadataEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
public ServiceMetadataEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Description.ServiceMetadataEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Description.ServiceMetadataEndpoint
Public Sub New (binding As Binding, address As EndpointAddress)

Параметры

binding
Binding

Привязка, используемая для конечной точки метаданных службы.

address
EndpointAddress

Адрес конечной точки.

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