Compartir vía


Receive.Action Propiedad

Definición

Obtiene o establece el valor del encabezado de acción del mensaje.

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

Valor de propiedad

String

El URI de acción del mensaje.

Comentarios

Si la propiedad Action no se establece explícitamente, su valor predeterminado será: https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}.

Se aplica a