Click or drag to resize

RequestIsSecureConnection Property

Gets a value indicating whether this instance is secure connection.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public bool IsSecureConnection { get; }

Property Value

Type: Boolean
true if this instance is secure connection; otherwise, false.

Implements

IRequestIsSecureConnection
See Also