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

Represents an HTTP request message. More...

Properties

IBBDHttpMethod Method [get]
 Gets the HTTP method to be performed on the request URL. More...
 
string Url [get]
 Uniform Resource Locator (URL) that will be requested. More...
 
Guid RequestTag [get]
 Gets the request tag associated with the IBBDHttpRequestMessage. More...
 

Detailed Description

Represents an HTTP request message.

Property Documentation

◆ Method

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpRequestMessage.Method
get

Gets the HTTP method to be performed on the request URL.

◆ RequestTag

Guid BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpRequestMessage.RequestTag
get

Gets the request tag associated with the IBBDHttpRequestMessage.

◆ Url

string BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpRequestMessage.Url
get

Uniform Resource Locator (URL) that will be requested.

The URL must be encoded and fully qualified, including a scheme, domain, and path. For example: http://www.example.com/index.html.