ConnectionType EnumerationC# API
Represents an HTTP or HTTPS connection handler.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public enum ConnectionType
Members

  Member nameValueDescription
UNSPECIFIED0 Unspecified connection type
SOCK1 The internal connection type. This is eggPlant Performance's own connection handler
WIN_HTTP2 The Microsoft WinHTTP connection handler
WIN_INET3 The Microsoft WinINet connection handler
See Also