AsyncWcfLib

WcfBasicClientAsync.CheckResponse Method

This function is normally only used internally by OnRequestCompleted. It checks whether the response has to be handled by application code.

protected IWcfMessage CheckResponse(
   WcfReqIdent result,
   WcfReqIdent req,
   bool cancelled
);

Parameters

result
received response
req
original request containing response handlers
cancelled
handshake has been aborted

Return Value

null if response has been handled internally, !null, when response must be handled by application

See Also

WcfBasicClientAsync Class | SourceForge.AsyncWcfLib.Basic Namespace