DiscoveryOperationContextExtension クラス

定義

探索ランタイムでさまざまな構成アイテムを使用できるようにするために使用される操作コンテキスト拡張。

public ref class DiscoveryOperationContextExtension : System::ServiceModel::IExtension<System::ServiceModel::OperationContext ^>
public class DiscoveryOperationContextExtension : System.ServiceModel.IExtension<System.ServiceModel.OperationContext>
type DiscoveryOperationContextExtension = class
    interface IExtension<OperationContext>
Public Class DiscoveryOperationContextExtension
Implements IExtension(Of OperationContext)
継承
DiscoveryOperationContextExtension
実装

プロパティ

DiscoveryMode

ServiceDiscoveryMode を取得します。

DiscoveryVersion

DiscoveryVersion を取得します。

MaxResponseDelay

応答遅延の最大値を指定する TimeSpan を取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

明示的なインターフェイスの実装

IExtension<OperationContext>.Attach(OperationContext)

Attach(T) メソッドの実装。

IExtension<OperationContext>.Detach(OperationContext)

IExtension<OperationContext>.Detach(OperationContext) メソッドの実装。

適用対象