ServiceEndpointElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示組態項目,這個組態項目會提供繫結、合約和服務端點位址屬性的設定,以用於公開服務。 此類別無法獲得繼承。
public ref class ServiceEndpointElement sealed : System::Configuration::ConfigurationElement
public sealed class ServiceEndpointElement : System.Configuration.ConfigurationElement
type ServiceEndpointElement = class
inherit ConfigurationElement
Public NotInheritable Class ServiceEndpointElement
Inherits ConfigurationElement
- 繼承
建構函式
ServiceEndpointElement() |
初始化 ServiceEndpointElement 類別的新執行個體。 |
ServiceEndpointElement(Uri, String) |
使用指定的端點位址和合約型別,初始化 ServiceEndpointElement 類別的新執行個體。 |