ByteArrayContent

ByteArrayContent constructor

Initializes a new instance of the ByteArrayContent class.

public ByteArrayContent(byte[] content)
ParameterTypeDescription
contentByte[]The content.

See Also