Share via


RedirectionScope.Message プロパティ

定義

メッセージ リダイレクト スコープを表す RedirectionScope を取得します。

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

プロパティ値

メッセージ リダイレクト スコープ。

注釈

メッセージ リダイレクト スコープは、リダイレクトが単一のメッセージに対して有効であることを示します。 単一メッセージとは、単一のメッセージ インスタンスを意味する場合と、特定のサービス メソッドの呼び出しの原因となるメッセージなど、特定のメッセージ タイプを意味する場合があります。 これは、RedirectionScope の既定値です。

適用対象