Class
HttpProxyConstants

Constants for Http Proxy.

Definition

Namespace:ArtOfTest.WebAii.Messaging.Http

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public static class HttpProxyConstants

Inheritance: objectHttpProxyConstants

Properties

InstallCertificateArg

Certificate instalation args.

Declaration

cs-api-definition
public static string InstallCertificateArg { get; }

Property Value

string

Methods

ExecutablePath()

Get proxy executable location.

Declaration

cs-api-definition
public static string ExecutablePath()

Returns

string

The path to proxy executable file.

Exceptions

InvalidOperationException

Thrown when Testing Framework registry key is missing.

ArgumentException

Thrown when executable cannot be found.