Method PostLicenseKey
PostLicenseKey(String)
Uploads licensekey.
Declaration
public TryOptionAsync<HttpResponseMessage> PostLicenseKey(string licensekey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | licensekey | byte array of the key |
Returns
| Type | Description |
|---|---|
| LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | HttpResponseMessage |