Version: 2017.3

UnityWebRequest.SerializeFormSections

매뉴얼로 전환
public static byte[] SerializeFormSections (List<IMultipartFormSection> multipartFormSections, byte[] boundary);

파라미터

multipartFormSections A List of IMultipartFormSection objects.
boundary A unique boundary string to separate the form sections.

반환

byte[] A byte array of raw multipart form data.

설명

Converts a List of IMultipartFormSection objects into a byte array containing raw multipart form data.

See Also: GenerateBoundary.