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

Represents optional post/put/patch parameters that are sent with HTTP request. More...

Properties

string ContentType [get]
 Gets the value of the Content-Type. More...
 
Dictionary< string, string > Parameters [get, set]
 Post/Put/Patch parameters for HTTP request. More...
 

Detailed Description

Represents optional post/put/patch parameters that are sent with HTTP request.

Property Documentation

◆ ContentType

string BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDParameterizedHttpRequestConfig.ContentType
get

Gets the value of the Content-Type.

◆ Parameters

Dictionary<string, string> BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDParameterizedHttpRequestConfig.Parameters
getset

Post/Put/Patch parameters for HTTP request.