Class TextIconsClient
Inheritance
System.Object
TextIconsClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.Icons.Client
Assembly: Dangl.Icons.Client.dll
Syntax
public class TextIconsClient
Constructors
| Improve this Doc View SourceTextIconsClient(HttpClient)
Declaration
public TextIconsClient(HttpClient httpClient)
Parameters
Type | Name | Description |
---|---|---|
System.Net.Http.HttpClient | httpClient |
Properties
| Improve this Doc View SourceJsonSerializerSettings
Declaration
protected JsonSerializerSettings JsonSerializerSettings { get; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.JsonSerializerSettings |
Methods
| Improve this Doc View SourceGennerateTextIconAsync(PostTextIcon)
Declaration
public Task<FileResponse> GennerateTextIconAsync(PostTextIcon iconOptions)
Parameters
Type | Name | Description |
---|---|---|
PostTextIcon | iconOptions |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<FileResponse> |
Exceptions
Type | Condition |
---|---|
SwaggerException | A server side error occurred. |
GennerateTextIconAsync(PostTextIcon, CancellationToken)
Declaration
public Task<FileResponse> GennerateTextIconAsync(PostTextIcon iconOptions, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
PostTextIcon | iconOptions | |
System.Threading.CancellationToken | cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<FileResponse> |
Exceptions
Type | Condition |
---|---|
SwaggerException | A server side error occurred. |