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

Classes

interface  IBBDDeleteHttpMethod
 Retrieves DELETE HTTP method. More...
 
interface  IBBDGetHttpMethod
 Retrieves GET HTTP method. More...
 
interface  IBBDHeadHttpMethod
 Retrieves HEAD HTTP method. More...
 
interface  IBBDHttpMethod
 Retrieves standard HTTP methods such as GET and POST and creates new HTTP methods. More...
 
interface  IBBDOptionsHttpMethod
 Retrieves OPTIONS HTTP method. More...
 
interface  IBBDPatchHttpMethod
 Retrieves PATCH HTTP method. More...
 
interface  IBBDPostHttpMethod
 Retrieves POST HTTP method. More...
 
interface  IBBDPutHttpMethod
 Retrieves PUT HTTP method. More...
 
interface  IBBDTraceHttpMethod
 Retrieves TRACE HTTP method. More...