C# Class ServerStack.TlsMiddleware

Datei anzeigen Open project: davidfowl/ServerStack

Public Methods

Method Description
Invoke ( TcpContext context ) : System.Threading.Tasks.Task
TlsMiddleware ( Task>.Func next, X509Certificate2 cert ) : System

Method Details

Invoke() public method

public Invoke ( TcpContext context ) : System.Threading.Tasks.Task
context ServerStack.Protocols.Tcp.TcpContext
return System.Threading.Tasks.Task

TlsMiddleware() public method

public TlsMiddleware ( Task>.Func next, X509Certificate2 cert ) : System
next Task>.Func
cert System.Security.Cryptography.X509Certificates.X509Certificate2
return System