System.Web Namespace HttpWorkerRequest Class
Returns a value indicating whether the connection is secure ( using SSL ).
[ VB ]
<ComVisible ( False ) >
Overridable Public Function IsSecure ( ) As Boolean
[ C# ]
[ ComVisible ( false ) ]
public virtual bool IsSecure ( );
[ C++ ]
[ ComVisible ( false ) ]
public: virtual bool IsSecure ( );
[ JScript ]
public ComVisible ( false )
function IsSecure ( ) : Boolean;
This property returns only a boolean value: true if the connection is secure; otherwise, false. The default is false.
The property is read only with no default value.
HttpWorkerRequest Members HttpRuntime Class