Méthode | Description | |
---|---|---|
FakturoidContext ( string accountName, string emailAddress, string authenticationToken, string userAgent = DEFAULT_USER_AGENT ) : System |
Initializes a new instance of the FakturoidContext class.
|
|
GetAccountInfo ( ) : Altairis.Fakturoid.Client.JsonAccount |
Gets the account information.
|
Méthode | Description | |
---|---|---|
GetHttpClient ( ) : |
Gets the System.Net.Http.HttpClient class, initialized for use with Fakturoid API.
|
public FakturoidContext ( string accountName, string emailAddress, string authenticationToken, string userAgent = DEFAULT_USER_AGENT ) : System | ||
accountName | string | Account name (accountName). |
emailAddress | string | The email address od user being authenticated. |
authenticationToken | string | The authentication token. |
userAgent | string | The User-Agent HTTP header value. |
Résultat | System |
public GetAccountInfo ( ) : Altairis.Fakturoid.Client.JsonAccount | ||
Résultat | Altairis.Fakturoid.Client.JsonAccount |