BlackBerry Dynamics for .NET Maui
12.1.1.5
Runtime library for .NET Maui applications
|
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... | |
Interface containing methods for creating HTTP method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateDeleteHttpMethod | ( | ) |
Creates the HTTP DELETE method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateGetHttpMethod | ( | ) |
Creates the HTTP GET method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateHeadHttpMethod | ( | ) |
Creates the HTTP HEAD method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateHttpMethod | ( | string | method | ) |
Creates the HTTP method.
method | HTTP method represented as a string. |
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateOptionsHttpMethod | ( | ) |
Creates the HTTP OPTIONS method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreatePatchHttpMethod | ( | ) |
Creates the HTTP PATCH method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreatePostHttpMethod | ( | ) |
Creates the HTTP POST method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreatePutHttpMethod | ( | ) |
Creates the HTTP PUT method.
IBBDHttpMethod BBDXamarinForms.Common.Interfaces.Networking.Http.Request.IBBDHttpMethodFactory.CreateTraceHttpMethod | ( | ) |
Creates the HTTP TRACE method.