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)

適用対象