Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

MultipartFormDataSection.sectionData

매뉴얼로 전환
public byte[] sectionData ;

반환

byte[] The raw binary data contained in this section. Will not be null or empty.

설명

Returns the raw binary data contained in this section. Will not return null or a zero-length array.

See Also: [IMultipartFormSection.sectionData].