| 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; }
Public ReadOnly Property IsSecureConnection As Boolean
Get
Property Value
Type:
Booleantrue if this instance is secure connection; otherwise,
false.
Implements
IRequestIsSecureConnectionSee Also