ServiceMetadataEndpoint クラス

定義

固定コントラクト (IMetadataExchange) と、メタデータの公開に使用される既定の HTTP バインディングを持つ、標準エンドポイントです。

public ref class ServiceMetadataEndpoint : System::ServiceModel::Description::ServiceEndpoint
public class ServiceMetadataEndpoint : System.ServiceModel.Description.ServiceEndpoint
type ServiceMetadataEndpoint = class
    inherit ServiceEndpoint
Public Class ServiceMetadataEndpoint
Inherits ServiceEndpoint
継承
ServiceMetadataEndpoint

コンストラクター

ServiceMetadataEndpoint()

ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

ServiceMetadataEndpoint(Binding, EndpointAddress)

指定したバインディングとエンドポイント アドレスを使用して、ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

ServiceMetadataEndpoint(EndpointAddress)

指定したエンドポイント アドレスを使用して、ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

プロパティ

Address

サービス エンドポイントのエンドポイント アドレスを取得または設定します。

(継承元 ServiceEndpoint)
Behaviors

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

(継承元 ServiceEndpoint)
Binding

サービス エンドポイントのバインディングを取得または設定します。

(継承元 ServiceEndpoint)
Contract

サービス エンドポイントのコントラクトを取得します。

(継承元 ServiceEndpoint)
EndpointBehaviors

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

(継承元 ServiceEndpoint)
IsSystemEndpoint

サービス エンドポイントがユーザーによって定義されるのではなく、システムによって生成されるかどうかを取得または設定します。

(継承元 ServiceEndpoint)
ListenUri

サービス エンドポイントがリッスンする URI を取得または設定します。

(継承元 ServiceEndpoint)
ListenUriMode

リッスンするサービスに提供される URI をトランスポートが処理する方法を指定する値を取得または設定します。

(継承元 ServiceEndpoint)
Name

サービス エンドポイントの名前を取得または設定します。

(継承元 ServiceEndpoint)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象