Class HttpTableReader
Inheritance
HttpTableReader
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public class HttpTableReader : ITableReader
Constructors
|
Edit this page
View Source
HttpTableReader(string)
Declaration
public HttpTableReader(string url)
Parameters
| Type |
Name |
Description |
| string |
url |
|
Methods
|
Edit this page
View Source
GetStreamReaderAsync(CancellationToken)
Declaration
public UniTask<StreamReader> GetStreamReaderAsync(CancellationToken ct)
Parameters
Returns
Implements
Extension Methods