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 的預設值。

適用於