Share via


RedirectionType.UseIntermediary プロパティ

定義

中継使用リダイレクト型を表す RedirectionType を取得します。

public:
 static property System::ServiceModel::Channels::RedirectionType ^ UseIntermediary { System::ServiceModel::Channels::RedirectionType ^ get(); };
public static System.ServiceModel.Channels.RedirectionType UseIntermediary { get; }
static member UseIntermediary : System.ServiceModel.Channels.RedirectionType
Public Shared ReadOnly Property UseIntermediary As RedirectionType

プロパティ値

リソース リダイレクト型。

注釈

中継使用リダイレクトとは、要求されたリソースに、HTTP プロキシ サーバーなどの中継サービスを使用してアクセスする必要があることを意味します。 これは、HTTP 状態コード 305 (プロキシの使用) に対応します。

適用対象