Method | Description | |
---|---|---|
UploadHandlerRaw ( byte data ) : System |
Method | Description | |
---|---|---|
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 | |
return | System |