GraphClient
Contents
[
Hide
]GraphClient class
Provides access to MS Graph by using REST API.
Constructors
| Name | Description |
|---|---|
| GraphClient (2 overloads) | Initializes a new instance of the GraphClient class. |
Methods
| Name | Description |
|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| get_ByteArrayPool | Gets byte array pool |
| get_EndPoint | Gets Microsoft Graph REST API endpoint. If not specified, the default is “https://graph.microsoft.com”. |
| get_MultipleServicesTokenProvider | Gets an object allows to retrieve OAuth access token. |
| get_Proxy | Gets data to proxy access to Exchange server. |
| get_Resource | Gets resource type. |
| get_ResourceId | Gets resource id. For instance for users it may be user principal name (UPN) or user id |
| get_TenantId | Gets tenant identifier |
| get_Timeout | Gets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). |
| get_TokenProvider | Gets an object allows to retrieve OAuth access token. |
| get_WebRequestCreate | |
| GetClient (2 overloads) | Initializes a new instance of the GraphClient based class |
| set_EndPoint | Sets Microsoft Graph REST API endpoint. If not specified, the default is “https://graph.microsoft.com”. |
| set_MultipleServicesTokenProvider | Sets an object allows to retrieve OAuth access token. |
| set_Proxy | Sets data to proxy access to Exchange server. |
| set_Resource | Sets resource type. |
| set_ResourceId | Sets resource id. For instance for users it may be user principal name (UPN) or user id |
| set_TenantId | Sets tenant identifier |
| set_Timeout | Sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). |
| set_TokenProvider | Sets an object allows to retrieve OAuth access token. |
| set_WebRequestCreate | |
| DEFAULT_TIMEOUT | The default value is 100,000 milliseconds (100 seconds). |