C# Класс UnityEngine.Networking.UploadHandlerRaw

Наследование: UploadHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UploadHandlerRaw ( byte data ) : System

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

Приватные методы

Метод Описание
GetContentType ( ) : string
GetData ( ) : byte[]
GetProgress ( ) : float
InternalGetContentType ( ) : string
InternalGetData ( ) : byte[]
InternalGetProgress ( ) : float
InternalSetContentType ( string newContentType ) : void
SetContentType ( string newContentType ) : void

Описание методов

UploadHandlerRaw() публичный Метод

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.
Результат System