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

Interface containing methods for creating proxy HTTP request config. More...

Properties

string Host [get]
 The address of the proxy. More...
 
int Port [get]
 Number of the port on the proxy to which connection will be made. More...
 
IBBDAuthHttpRequestConfig ProxyAuthHttpRequestConfig [get, set]
 The proxy authentication http request config. More...
 

Detailed Description

Interface containing methods for creating proxy HTTP request config.

Property Documentation

◆ Host

string BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDProxyHttpRequestConfig.Host
get

The address of the proxy.

Can be either an Internet Protocol address (IP address, for example "192.168.1.10"), or a fully qualified domain name (for example "www.example.com").

◆ Port

int BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDProxyHttpRequestConfig.Port
get

Number of the port on the proxy to which connection will be made.

◆ ProxyAuthHttpRequestConfig

IBBDAuthHttpRequestConfig BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDProxyHttpRequestConfig.ProxyAuthHttpRequestConfig
getset

The proxy authentication http request config.