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.")] public bool Secured { get; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Use IsSecured instead.")> _ Public ReadOnly Property Secured As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use IsSecured instead.")] public: virtual property bool Secured { bool get () sealed; } |