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

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

Public Member Functions

IBBDProxyHttpRequestConfig CreateBBDProxyHttpRequestConfig (string host, int port)
 Creates BBD proxy HTTP request config. More...
 

Detailed Description

Interface containing methods for creating proxy HTTP request config.

Member Function Documentation

◆ CreateBBDProxyHttpRequestConfig()

IBBDProxyHttpRequestConfig BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDProxyHttpRequestConfigFactory.CreateBBDProxyHttpRequestConfig ( string  host,
int  port 
)

Creates BBD proxy HTTP request config.

Returns
The proxy HTTP request config.
Parameters
hostThe 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").
portNumber of the port on the proxy to which connection will be made.