JobHttpRequest Class

Definition

Request for an http or https action type.

public class JobHttpRequest
type JobHttpRequest = class
Public Class JobHttpRequest
Inheritance
JobHttpRequest

Constructors

JobHttpRequest()

Initializes a new instance of the JobHttpRequest class.

JobHttpRequest(Uri, String)

Initializes a new instance of the JobHttpRequest class with required arguments.

Properties

Authentication

Optional. Gets or sets the request authentication.

Body

Optional. Gets or sets the request body.

Headers

Optional. Gets or sets Header name value pairs to supply with the http/https action.

Method

Required. Gets or sets Http method e.g. GET, PUT, POST, DELETE.

Uri

Required. Gets or sets Uri of the endpoint to invoke.

Applies to