Using SSL or other encryption method.

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

Syntax

C#
public bool IsSecured { get; internal set; }
Visual Basic (Declaration)
Public Property IsSecured As Boolean
Visual C++
public:
virtual property bool IsSecured {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IHttpClientContext..::.IsSecured

See Also