Constructor SslProxy
SslProxy(int, X509Certificate, IPEndPoint)
Initializes a new instance of the SslProxy class.
public SslProxy(int sslListeningPort, X509Certificate certificate, IPEndPoint remoteEndpoint)
Parameters
sslListeningPort
intThe port number on which the proxy server listens for incoming connections.
certificate
X509CertificateThe SSL/TLS certificate used by the proxy server.
remoteEndpoint
IPEndPointThe remote endpoint to which the proxy server forwards traffic.