public interface IClientServiceRequest<TResponse> : IClientServiceRequest
A client service request which inherits from IClientServiceRequest and represents a specific
service request with the given response type. It supports both sync and async execution to get the response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e interface, which extends \u003ccode\u003eIClientServiceRequest\u003c/code\u003e to represent a service request with a specific response type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e supports both synchronous (\u003ccode\u003eExecute()\u003c/code\u003e) and asynchronous (\u003ccode\u003eExecuteAsync()\u003c/code\u003e) execution methods to retrieve the response, with an additional asynchronous version that accepts a cancellation token.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e interface exposes a list of inherited members from \u003ccode\u003eIClientServiceRequest\u003c/code\u003e such as \u003ccode\u003eMethodName\u003c/code\u003e, \u003ccode\u003eRestPath\u003c/code\u003e, \u003ccode\u003eHttpMethod\u003c/code\u003e, \u003ccode\u003eRequestParameters\u003c/code\u003e, \u003ccode\u003eService\u003c/code\u003e, \u003ccode\u003eCreateRequest\u003c/code\u003e, \u003ccode\u003eExecuteAsStreamAsync\u003c/code\u003e, and \u003ccode\u003eExecuteAsStream\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions available, including 1.69.0 (latest), 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0, each with their own specific documentation paths.\u003c/p\u003e\n"],["\u003cp\u003eAn extension method, \u003ccode\u003eUtilities.ThrowIfNull<T>(T, String)\u003c/code\u003e, is available for this interface.\u003c/p\u003e\n"]]],[],null,[]]