Class GraphExceptionHandler
Inheritance
GraphExceptionHandler
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class GraphExceptionHandler : IUnityWebRequestExceptionHandler
Methods
|
Edit this page
View Source
ShouldRedirect(UnityWebRequest)
Declaration
public bool ShouldRedirect(UnityWebRequest uwr)
Parameters
| Type |
Name |
Description |
| UnityWebRequest |
uwr |
|
Returns
|
Edit this page
View Source
ShouldRetry(UnityWebRequest)
Declaration
public bool ShouldRetry(UnityWebRequest uwr)
Parameters
| Type |
Name |
Description |
| UnityWebRequest |
uwr |
|
Returns
Implements
Extension Methods