C# Class UnityHTTP.FormPart

Afficher le fichier Open project: andyburke/UnityHTTP Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FormPart ( string fieldName, string mimeType, string boundary, Stream contents, string fileName = null ) : System
Read ( byte buffer, int offset, int size ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FormPart() public méthode

public FormPart ( string fieldName, string mimeType, string boundary, Stream contents, string fileName = null ) : System
fieldName string
mimeType string
boundary string
contents Stream
fileName string
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
Résultat int