Class FixSQLlikeRequestBodyHandler
- Namespace
- Autodesk.ACC.ModelProperties.Helpers
- Assembly
- Autodesk.ACC.ModelProperties.dll
Fix: Issue with Kiota 1.7 that doesn't support untyped JSON objects See Kiota issue #2319
public class FixSQLlikeRequestBodyHandler : DelegatingHandler, IDisposable
- Inheritance
-
FixSQLlikeRequestBodyHandler
- Implements
- Inherited Members
Methods
SendAsync(HttpRequestMessage, CancellationToken)
Sends an HTTP request to the inner handler to send to the server as an asynchronous operation.
protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
request
HttpRequestMessageThe HTTP request message to send to the server.
cancellationToken
CancellationTokenA cancellation token to cancel operation.
Returns
- Task<HttpResponseMessage>
The task object representing the asynchronous operation.
Exceptions
- ArgumentNullException
The
request
was null.