NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.IsSecureConnection

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;

Property Value

Gets a value indicating whether the HTTP connection is secure. true if connection is secure; otherwise, false.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace