StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理組態檔內標準端點項目的預設集合。
generic <typename TStandardEndpoint, typename TEndpointConfiguration>
where TStandardEndpoint : ServiceEndpoint where TEndpointConfiguration : StandardEndpointElementgcnew()public ref class StandardEndpointCollectionElement : System::ServiceModel::Configuration::EndpointCollectionElement
public class StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration> : System.ServiceModel.Configuration.EndpointCollectionElement where TStandardEndpoint : ServiceEndpoint where TEndpointConfiguration : StandardEndpointElement, new()
type StandardEndpointCollectionElement<'StandardEndpoint, 'EndpointConfiguration (requires 'StandardEndpoint :> ServiceEndpoint and 'EndpointConfiguration :> StandardEndpointElement and 'EndpointConfiguration : (new : unit -> 'EndpointConfiguration))> = class
inherit EndpointCollectionElement
Public Class StandardEndpointCollectionElement(Of TStandardEndpoint, TEndpointConfiguration)
Inherits EndpointCollectionElement
類型參數
- TStandardEndpoint
標準端點的型別。
- TEndpointConfiguration
端點組態的型別。
- 繼承
-
StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>
- 衍生
建構函式
StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>() |
建立 StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration> 類別的新執行個體。 |