ServiceMetadataEndpoint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立與初始化 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
端點位址。