Interface IAlgoApiClient
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public interface IAlgoApiClient
Properties
Address
Address of the service, including the port
Declaration
string Address { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
e.g. "http://localhost:4001"
Headers
Additional headers to add to requests
Declaration
Header[] Headers { get; }
Property Value
Type | Description |
---|---|
Header[] |
Token
Token used in authenticating to the service
Declaration
string Token { get; }
Property Value
Type | Description |
---|---|
String |
TokenHeader
Request header to use for the authenticating Token
Declaration
string TokenHeader { get; }
Property Value
Type | Description |
---|---|
String |