Aracılığıyla paylaş


ServiceMetadataEndpoint Oluşturucular

Tanım

sınıfının yeni bir örneğini ServiceMetadataEndpoint oluşturur ve başlatır.

Aşırı Yüklemeler

ServiceMetadataEndpoint()

sınıfının yeni bir örneğini ServiceMetadataEndpoint oluşturur ve başlatır.

ServiceMetadataEndpoint(EndpointAddress)

Belirtilen uç nokta adresini kullanarak sınıfın ServiceMetadataEndpoint yeni bir örneğini oluşturur ve başlatır.

ServiceMetadataEndpoint(Binding, EndpointAddress)

Belirtilen bağlama ve uç nokta adresini kullanarak sınıfının yeni bir örneğini ServiceMetadataEndpoint oluşturur ve başlatır.

ServiceMetadataEndpoint()

sınıfının yeni bir örneğini ServiceMetadataEndpoint oluşturur ve başlatır.

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

Şunlara uygulanır

ServiceMetadataEndpoint(EndpointAddress)

Belirtilen uç nokta adresini kullanarak sınıfın ServiceMetadataEndpoint yeni bir örneğini oluşturur ve başlatır.

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)

Parametreler

address
EndpointAddress

Uç nokta adresi.

Şunlara uygulanır

ServiceMetadataEndpoint(Binding, EndpointAddress)

Belirtilen bağlama ve uç nokta adresini kullanarak sınıfının yeni bir örneğini ServiceMetadataEndpoint oluşturur ve başlatır.

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)

Parametreler

binding
Binding

Hizmet meta veri uç noktası için kullanılacak bağlama.

address
EndpointAddress

Uç nokta adresi.

Şunlara uygulanır