C# Class Synology.Utilities.FormParameterManager

FormParameter manager used to generate a MultipartFormDataContent instance with formatted parameters
Inheritance: IDisposable
Afficher le fichier Open project: DotNetDevs/Synology

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void
FormParameterManager ( IEnumerable parameters ) : System
ToByteArrayAsync ( ) : Task

Returns the MultipartFormDataContent object as byte array

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FormParameterManager() public méthode

public FormParameterManager ( IEnumerable parameters ) : System
parameters IEnumerable
Résultat System

ToByteArrayAsync() public méthode

Returns the MultipartFormDataContent object as byte array
public ToByteArrayAsync ( ) : Task
Résultat Task