C# Class UnityHTTP.StreamedWWWForm

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

Méthodes publiques

Свойство Type Description
stream FormDataStream

Méthodes publiques

Méthode Description
AddBinaryData ( string fieldName, Stream contents = null, string mimeType = null ) : void
AddBinaryData ( string fieldName, byte contents = null, string mimeType = null ) : void
AddField ( string fieldName, string fieldValue ) : void
AddFile ( string fieldName, string path, string mimeType = null ) : void
StreamedWWWForm ( ) : System

Method Details

AddBinaryData() public méthode

public AddBinaryData ( string fieldName, Stream contents = null, string mimeType = null ) : void
fieldName string
contents Stream
mimeType string
Résultat void

AddBinaryData() public méthode

public AddBinaryData ( string fieldName, byte contents = null, string mimeType = null ) : void
fieldName string
contents byte
mimeType string
Résultat void

AddField() public méthode

public AddField ( string fieldName, string fieldValue ) : void
fieldName string
fieldValue string
Résultat void

AddFile() public méthode

public AddFile ( string fieldName, string path, string mimeType = null ) : void
fieldName string
path string
mimeType string
Résultat void

StreamedWWWForm() public méthode

public StreamedWWWForm ( ) : System
Résultat System

Property Details

stream public_oe property

public FormDataStream stream
Résultat FormDataStream