Options
All
  • Public
  • Public/Protected
  • All
Menu

Data used to submit a request through .NET via Publisher. See Publisher.restRequest.

Hierarchy

  • RestRequest

Index

Properties

basicAuthenticator?: { password: string; username: string }

Basic authentication settings.

Type declaration

  • password: string
  • username: string
disableCertificateCheck?: boolean

Disable HTTPS certificate trust check

headers?: { name: string; value: string }[]

Headers to include in the request.

method: HttpMethod

Whether is it is a POST or GET request.

parameters?: RestRequestParameter[]

Parameters to include in the request.

proxy?: string

Whether the proxy should be used.

proxyAuth?: boolean

Whether proxy authentication should be used.

uri: string

The endpoint.

Generated using TypeDoc