WebServiceRequestUtility.WithHandler<TWebServiceResponse> method

Adds to the Handlers of the WebServiceRequest.

public static WebServiceRequest<TWebServiceResponse> WithHandler<TWebServiceResponse>(
    this WebServiceRequest<TWebServiceResponse> request, 
    Func<WebServiceResponseHandlerInfo<TWebServiceResponse>, Task<bool>> handler)

See Also