C# Class UnityEngine.Networking.UploadHandlerRaw

Inheritance: UploadHandler
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
UploadHandlerRaw ( byte data ) : System

General constructor. Contents of the input argument are copied into a native buffer.

Private Methods

Méthode Description
GetContentType ( ) : string
GetData ( ) : byte[]
GetProgress ( ) : float
InternalGetContentType ( ) : string
InternalGetData ( ) : byte[]
InternalGetProgress ( ) : float
InternalSetContentType ( string newContentType ) : void
SetContentType ( string newContentType ) : void

Method Details

UploadHandlerRaw() public méthode

General constructor. Contents of the input argument are copied into a native buffer.

public UploadHandlerRaw ( byte data ) : System
data byte Raw data to transmit to the remote server.
Résultat System