OperationContext.RequestContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメソッドの RequestContext 実装を取得または設定します。
public:
property System::ServiceModel::Channels::RequestContext ^ RequestContext { System::ServiceModel::Channels::RequestContext ^ get(); void set(System::ServiceModel::Channels::RequestContext ^ value); };
public System.ServiceModel.Channels.RequestContext RequestContext { get; set; }
member this.RequestContext : System.ServiceModel.Channels.RequestContext with get, set
Public Property RequestContext As RequestContext
プロパティ値
RequestContext の実装。要求コンテキストがない場合は null。
注釈
一方向操作には、要求コンテキストはありません。