Represents HTTP content as a byte array. Objects of this class should only be allocated using System:...
Definition: byte_array_content.h:17
Represents content of an HTTP entity. Object of this class should only be allocated using System::Mak...
Definition: http_content.h:25
Represents HTTP content as a string. Objects of this class should only be allocated using System::Mak...
Definition: string_content.h:13
StringContent(String content)
Constructs a new instance.
StringContent(String content, System::SharedPtr< Text::Encoding > encoding, String mediaType)
Constructs a new instance.
StringContent(String content, System::SharedPtr< Text::Encoding > encoding)
Constructs a new instance.