次の方法で共有


SoapServerMethod.Action プロパティ

定義

この XML Web サービス メソッドに送信される SOAP 要求の SOAPAction HTTP ヘッダー フィールドを取得します。

public:
 property System::String ^ Action { System::String ^ get(); };
public string Action { get; }
member this.Action : string
Public ReadOnly Property Action As String

プロパティ値

この XML Web サービス メソッドに送信される SOAP 要求の SOAPAction HTTP ヘッダー フィールドを格納している String

適用対象