Table of Contents

Class RFIsClient

Namespace
Autodesk.ACC.RFIs
Assembly
Autodesk.ACC.RFIs.dll
public class RFIsClient
Inheritance
RFIsClient
Inherited Members

Constructors

RFIsClient(Func<Task<string>>, HttpClient?)

public RFIsClient(Func<Task<string>> getAccessToken, HttpClient? httpClient = null)

Parameters

getAccessToken Func<Task<string>>
httpClient HttpClient

Properties

Api

public BaseRFIsClient Api { get; protected set; }

Property Value

BaseRFIsClient

Helper

public RFIsClientHelper Helper { get; protected set; }

Property Value

RFIsClientHelper