HttpWorkerRequest::IsSecure Method ()

 

Returns a value indicating whether the connection uses SSL.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool IsSecure()

Return Value

Type: System::Boolean

true if the connection is an SSL connection; otherwise, false. The default is false.

.NET Framework
Available since 1.1
Return to top
Show: