BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Networking.Http.Content.IBBDHttpStringContent Interface Reference

Provides HTTP content that uses a string. More...

Inherits BBDXamarinForms.Common.Interfaces.Networking.Http.Content.IBBDHttpContent.

Additional Inherited Members

- Public Member Functions inherited from BBDXamarinForms.Common.Interfaces.Networking.Http.Content.IBBDHttpContent
Task< string > ReadAsStringAsync ()
 Serialize the HTTP content to a string as an asynchronous operation. More...
 
Task< byte[]> ReadAsByteArrayAsync ()
 Serialize the HTTP content to a byte array as an asynchronous operation. More...
 
Task< Stream > ReadAsStreamAsync ()
 Serialize the HTTP content and return a stream that represents the content as an asynchronous operation. More...
 
- Properties inherited from BBDXamarinForms.Common.Interfaces.Networking.Http.Content.IBBDHttpContent
string ContentType [get]
 Gets the value of the Content-Type. More...
 

Detailed Description

Provides HTTP content that uses a string.