C# Class UnityHTTP.FormPart

ファイルを表示 Open project: andyburke/UnityHTTP Class Usage Examples

Public Methods

Method 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 method

public Dispose ( ) : void
return void

FormPart() public method

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

Read() public method

public Read ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
return int