Table of Contents

Class SslProxyServerHandler

Namespace: Sisk.Ssl
Assembly: Sisk.SslProxy.dll

Provides event handlers and hooks for SslProxy.

public sealed class SslProxyServerHandler : HttpServerHandler

Inheritance

object ← HttpServerHandler ← SslProxyServerHandler

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SslProxyServerHandler(SslProxy)

Creates an new SslProxyServerHandler instance with the specified SslProxy instance.

Properties

SecureProxy

Gets the SslProxy instance used in this server handler.