OperationContext.RequestContext プロパティ

定義

このメソッドの 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

RequestContext の実装。要求コンテキストがない場合は null。

注釈

一方向操作には、要求コンテキストはありません。

適用対象