메소드 | 설명 | |
---|---|---|
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 |
public UploadHandlerRaw ( byte data ) : System | ||
data | byte | Raw data to transmit to the remote server. |
리턴 | System |