WebBrowser GetConnectionType Method C# API
Gets the ConnectionType in use.

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

public virtual ConnectionType GetConnectionType(
	bool secure
)

Parameters

secure
Type: System Boolean
true to return the ConnectionType used for secure (HTTPS) connections, or false for unsecure (HTTP) connections.

Return Value

The ConnectionType in use.
Remarks

Note Note
It is possible to use different connection types for HTTP and HTTPS traffic; the secure parameter is used to distinguish between them.
See Also