C# Class UnityEngine.Experimental.Networking.UploadHandler

Inheritance: IDisposable
Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
GetContentType ( ) : string
GetData ( ) : byte[]
GetProgress ( ) : float
InternalCreateRaw ( byte data ) : void
InternalDestroy ( ) : void
SetContentType ( string newContentType ) : void
UploadHandler ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void