Méthode | Description | |
---|---|---|
HttpListener ( |
Launch HttpListener in SSL mode
|
public HttpListener ( |
||
address | IP Address to accept connections on | |
port | int | TCP Port to listen on, default HTTPS port is 443 |
certificate | Certificate to use | |
rootCA | Certificate for the root certificate authority that signed the server /// certificate and/or any client certificates | |
protocol | SslProtocols | which HTTPS protocol to use, default is TLS. |
requireClientCerts | bool | True to require client SSL certificates, otherwise false |
Résultat | System |