WSTrustChannel.GetRequestAction(String, TrustVersion) メソッド

定義

指定した要求の種類と WS-Trust バージョンに対応する WS-Addressing SOAP アクションを取得します。

protected:
 static System::String ^ GetRequestAction(System::String ^ requestType, System::ServiceModel::Security::TrustVersion ^ trustVersion);
protected static string GetRequestAction(string requestType, System.ServiceModel.Security.TrustVersion trustVersion);
static member GetRequestAction : string * System.ServiceModel.Security.TrustVersion -> string
Protected Shared Function GetRequestAction (requestType As String, trustVersion As TrustVersion) As String

パラメーター

requestType
String

WS-Trust 要求の種類。 このパラメーターは、 RequestTypes クラスの文字列定数のいずれかである必要があります。

trustVersion
TrustVersion

要求の TrustVersion

返品

WS-Addressing アクションを表す URI を含む文字列。

適用対象