Aracılığıyla paylaş


ServiceElement.Endpoints Özellik

Tanım

Bu hizmet tarafından ortaya çıkacak uç nokta koleksiyonunu alır.

public:
 property System::ServiceModel::Configuration::ServiceEndpointElementCollection ^ Endpoints { System::ServiceModel::Configuration::ServiceEndpointElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.ServiceEndpointElementCollection Endpoints { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Endpoints : System.ServiceModel.Configuration.ServiceEndpointElementCollection
Public ReadOnly Property Endpoints As ServiceEndpointElementCollection

Özellik Değeri

ServiceEndpointElementCollection

Bu ServiceEndpointElementCollection hizmet tarafından ortaya çıkacak bir veya daha fazla uç nokta içeren bir.

Öznitelikler

Açıklamalar

Her uç noktanın kendi adresi ve bağlaması vardır. Yapılandırma dosyasında kullanılan tüm bağlamalar dosya kapsamında tanımlanmalıdır.

Şunlara uygulanır