IWSTrustContract.BeginValidate(Message, AsyncCallback, Object) Method

Definition

The asynchronous begin method for the WS-Trust Validate binding.

[System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Validate", ReplyAction="*")]
public IAsyncResult BeginValidate (System.ServiceModel.Channels.Message message, AsyncCallback callback, object asyncState);

Parameters

message
Message

A Message that represents the request message, which contains the RST.

callback
AsyncCallback

An optional AsyncCallback delegate, to be called when the send is complete.

asyncState
Object

A user-provided object that distinguishes this particular asynchronous send request from other requests.

Returns

An IAsyncResult object that represents the asynchronous send, which could still be pending.

Attributes

Applies to

Produkt Versioner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1