Enum
ReverseProxyProtocol

This enum is used to specify the protocol used by the reverse proxy. It can be either HTTP, HTTPS, or both.

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
[Flags]
public enum ReverseProxyProtocol

Fields

Http

HTTP protocol

Declaration

cs-api-definition
Http = 1

Field Value

ReverseProxyProtocol

HttpAndHttps

Both HTTP and HTTPS protocols

Declaration

cs-api-definition
HttpAndHttps = Http | Https

Field Value

ReverseProxyProtocol

Https

HTTPS protocol

Declaration

cs-api-definition
Https = 2

Field Value

ReverseProxyProtocol

In this article
DefinitionFieldsHttpHttpAndHttpsHttps
Not finding the help you need?
Contact Support