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

Interface containing methods for creating HTTP method. More...

Public Member Functions

IBBDHttpMethod CreateHttpMethod (string method)
 Creates the HTTP method. More...
 
IBBDHttpMethod CreateDeleteHttpMethod ()
 Creates the HTTP DELETE method. More...
 
IBBDHttpMethod CreateGetHttpMethod ()
 Creates the HTTP GET method. More...
 
IBBDHttpMethod CreateHeadHttpMethod ()
 Creates the HTTP HEAD method. More...
 
IBBDHttpMethod CreateOptionsHttpMethod ()
 Creates the HTTP OPTIONS method. More...
 
IBBDHttpMethod CreatePatchHttpMethod ()
 Creates the HTTP PATCH method. More...
 
IBBDHttpMethod CreateTraceHttpMethod ()
 Creates the HTTP TRACE method. More...
 
IBBDHttpMethod CreatePostHttpMethod ()
 Creates the HTTP POST method. More...
 
IBBDHttpMethod CreatePutHttpMethod ()
 Creates the HTTP PUT method. More...
 

Detailed Description

Interface containing methods for creating HTTP method.

Member Function Documentation

◆ CreateDeleteHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateDeleteHttpMethod ( )

Creates the HTTP DELETE method.

Returns
The DELETE http method.

◆ CreateGetHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateGetHttpMethod ( )

Creates the HTTP GET method.

Returns
The GET http method.

◆ CreateHeadHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateHeadHttpMethod ( )

Creates the HTTP HEAD method.

Returns
The HEAD http method.

◆ CreateHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateHttpMethod ( string  method)

Creates the HTTP method.

Returns
The HTTP method.
Parameters
methodHTTP method represented as a string.

◆ CreateOptionsHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateOptionsHttpMethod ( )

Creates the HTTP OPTIONS method.

Returns
The OPTIONS http method.

◆ CreatePatchHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreatePatchHttpMethod ( )

Creates the HTTP PATCH method.

Returns
The PATCH http method.

◆ CreatePostHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreatePostHttpMethod ( )

Creates the HTTP POST method.

Returns
The POST http method.

◆ CreatePutHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreatePutHttpMethod ( )

Creates the HTTP PUT method.

Returns
The PUT http method.

◆ CreateTraceHttpMethod()

IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateTraceHttpMethod ( )

Creates the HTTP TRACE method.

Returns
The TRACE http method.