ServiceElement.Endpoints Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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.