C# 클래스 HttpServer.HttpListener

Http listener.
상속: IHttpListener
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 메소드들

메소드 설명
HttpListener ( IPAddress address, int port, X509Certificate certificate, X509Certificate rootCA, SslProtocols protocol, bool requireClientCerts ) : System

Launch HttpListener in SSL mode

메소드 상세

HttpListener() 공개 메소드

Launch HttpListener in SSL mode
public HttpListener ( IPAddress address, int port, X509Certificate certificate, X509Certificate rootCA, SslProtocols protocol, bool requireClientCerts ) : System
address System.Net.IPAddress IP Address to accept connections on
port int TCP Port to listen on, default HTTPS port is 443
certificate System.Security.Cryptography.X509Certificates.X509Certificate Certificate to use
rootCA System.Security.Cryptography.X509Certificates.X509Certificate 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
리턴 System