Using SSL or other encryption method.
Namespace:
HttpServerAssembly: HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use IsSecured instead.")] bool Secured { get; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Use IsSecured instead.")> _ ReadOnly Property Secured As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use IsSecured instead.")] property bool Secured { bool get (); } |