MessageHeaderAttribute.Actor 屬性

定義

取得或設定 URI,這個 URI 表示此標頭的目標節點。 使用 SOAP 1.2 時,會對應到 role 標頭屬性,而使用 SOAP 1.1 則會對應到 actor 標頭屬性。

public:
 property System::String ^ Actor { System::String ^ get(); void set(System::String ^ value); };
public string Actor { get; set; }
member this.Actor : string with get, set
Public Property Actor As String

屬性值

表示此標頭之目標節點的 URI。 使用 SOAP 1.2 時,這個 URI 會對應到 role 標頭屬性,而使用 SOAP 1.1 則會對應到 actor 標頭屬性。

備註

如需詳細資訊,請參閱 MessageHeaderAttribute 的<備註>一節。

適用於