Indicates whether the HTTP connection is secure (that is, HTTPS).
[Visual Basic] Public ReadOnly Property IsSecureConnection As Boolean [C#] public bool IsSecureConnection {get;} [C++] public: __property bool get_IsSecureConnection(); [JScript] public function get IsSecureConnection() : Boolean;
Gets a value indicating whether the HTTP connection is secure. true if connection is secure; otherwise, false.
HttpRequest Class | HttpRequest Members | System.Web Namespace