Table of Contents

Interface ISslConnectionBuilder

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

Methods

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

Task<SslConnection> AuthenticateAsClient(Stream innerStream, SslClientAuthenticationOptions request, Action<string> onKeyReceived, CancellationToken token)

Parameters

innerStream Stream
request SslClientAuthenticationOptions
onKeyReceived Action<string>
token CancellationToken

Returns

Task<SslConnection>