ServiceEndpoint.EndpointBehaviors プロパティ

定義

サービスのエンドポイントの動作を取得します。

public:
 property System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IEndpointBehavior ^> ^ EndpointBehaviors { System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IEndpointBehavior ^> ^ get(); };
public System.Collections.ObjectModel.KeyedCollection<Type,System.ServiceModel.Description.IEndpointBehavior> EndpointBehaviors { get; }
member this.EndpointBehaviors : System.Collections.ObjectModel.KeyedCollection<Type, System.ServiceModel.Description.IEndpointBehavior>
Public ReadOnly Property EndpointBehaviors As KeyedCollection(Of Type, IEndpointBehavior)

プロパティ値

サービスのエンドポイント動作。

適用対象