Table of Contents

Class SChannelConnectionBuilder

Namespace
Fluxzy.Clients.Ssl.SChannel
Assembly
Fluxzy.Core.dll
public class SChannelConnectionBuilder : ISslConnectionBuilder
Inheritance
SChannelConnectionBuilder
Implements
Inherited Members

Methods

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

public 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>