Determines if the user is connected via HTTPS or HTTP

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool IsHTTPS()
Public Function IsHTTPS As Boolean

Return Value

True if the user is connected via HTTPS

See Also