C# 클래스 UnityEngine.Networking.UploadHandlerRaw

상속: UploadHandler
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
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