Table of Contents

Constructor SslProxy

Namespace
Sisk.Ssl
Assembly
Sisk.SslProxy.dll

SslProxy(int, X509Certificate, IPEndPoint)

Initializes a new instance of the SslProxy class.

public SslProxy(int listenOn, X509Certificate certificate, IPEndPoint remoteEndpoint)

Parameters

listenOn int

The port number on which the proxy server listens for incoming connections.

certificate X509Certificate

The SSL/TLS certificate used by the proxy server.

remoteEndpoint IPEndPoint

The remote endpoint to which the proxy server forwards traffic.