Share via


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

端點位址。

適用於