BlackBerry Dynamics for .NET Maui
12.1.1.5
Runtime library for .NET Maui applications
|
Interface containing methods for creating HTTP content. More...
Public Member Functions | |
IBBDHttpContent | CreateBBDHttpStreamContent (Stream stream, string contentType) |
Creates the HTTP stream content. More... | |
IBBDHttpContent | CreateBBDHttpByteArrayContent (byte[] bytes, string contentType) |
Creates the HTTP byte array content. More... | |
IBBDHttpContent | CreateBBDHttpStringContent (string content, string contentType) |
Creates the HTTP string content. More... | |
Interface containing methods for creating HTTP content.
IBBDHttpContent BBDXamarinForms.Common.Interfaces.Networking.Http.Content.IBBDHttpContentFactory.CreateBBDHttpByteArrayContent | ( | byte[] | bytes, |
string | contentType | ||
) |
Creates the HTTP byte array content.
bytes | Byte array. |
contentType | Content type. |
IBBDHttpContent BBDXamarinForms.Common.Interfaces.Networking.Http.Content.IBBDHttpContentFactory.CreateBBDHttpStreamContent | ( | Stream | stream, |
string | contentType | ||
) |
Creates the HTTP stream content.
stream | Stream. |
contentType | Content type. |
IBBDHttpContent BBDXamarinForms.Common.Interfaces.Networking.Http.Content.IBBDHttpContentFactory.CreateBBDHttpStringContent | ( | string | content, |
string | contentType | ||
) |
Creates the HTTP string content.
content | String. |
contentType | Content type. |