IWSTrustFeb2005AsyncContract.BeginTrustFeb2005ValidateResponse Método

Definición

Define el método RSTR/Validate asincrónico para el protocolo WS-Trust de febrero de 2005.

public:
 IAsyncResult ^ BeginTrustFeb2005ValidateResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate", AsyncPattern=true, Name="TrustFeb2005ValidateResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")]
public IAsyncResult BeginTrustFeb2005ValidateResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate", AsyncPattern=true, Name="TrustFeb2005ValidateResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Validate")>]
abstract member BeginTrustFeb2005ValidateResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005ValidateResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parámetros

request
Message

Clase Message que representa el mensaje de solicitud, que contiene el RST.

callback
AsyncCallback

El delegado de AsyncCallback que recibe la notificación de la finalización de la operación asincrónica.

state
Object

Objeto que contiene la información de estado asociada a la operación asincrónica.

Devoluciones

IAsyncResult

IAsyncResult que hace referencia a la operación asincrónica.

Atributos

Se aplica a