Version: 2017.2

UnityWebRequest.SerializeFormSections

Cambiar al Manual
public static byte[] SerializeFormSections (List<IMultipartFormSection> multipartFormSections, byte[] boundary);

Parámetros

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

Valor de retorno

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

Descripción

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

See Also: GenerateBoundary.