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

Represents an HTTP response message including headers. More...

Properties

IList< KeyValuePair< string, string > > Headers [get]
 The HTTP response headers. More...
 
string StatusCode [get]
 Gets the status code of the HTTP response. More...
 
string ReasonPhrase [get]
 Gets the reason phrase which typically is sent by servers together with the status code. More...
 
IBBDHttpContent Content [get]
 Gets the content of the HTTP response message. More...
 

Detailed Description

Represents an HTTP response message including headers.

Property Documentation

◆ Content

IBBDHttpContent BBDXamarinForms.Common.Interfaces.Networking.Http.Response.IBBDHttpResponseMessage.Content
get

Gets the content of the HTTP response message.

◆ Headers

IList<KeyValuePair<string, string> > BBDXamarinForms.Common.Interfaces.Networking.Http.Response.IBBDHttpResponseMessage.Headers
get

The HTTP response headers.

◆ ReasonPhrase

string BBDXamarinForms.Common.Interfaces.Networking.Http.Response.IBBDHttpResponseMessage.ReasonPhrase
get

Gets the reason phrase which typically is sent by servers together with the status code.

◆ StatusCode

string BBDXamarinForms.Common.Interfaces.Networking.Http.Response.IBBDHttpResponseMessage.StatusCode
get

Gets the status code of the HTTP response.