Table of Contents

Interface ISslConnectionBuilder

Namespace
Fluxzy.Clients.Ssl
Assembly
Fluxzy.Core.dll
public interface ISslConnectionBuilder

Methods

AuthenticateAsClient(Stream, SslConnectionBuilderOptions, Action<string>, CancellationToken)

Task<SslConnection> AuthenticateAsClient(Stream innerStream, SslConnectionBuilderOptions sslOptions, Action<string> onKeyReceived, CancellationToken token)

Parameters

innerStream Stream
sslOptions SslConnectionBuilderOptions
onKeyReceived Action<string>
token CancellationToken

Returns

Task<SslConnection>