Show / Hide Table of Contents

Interface IRfbHandshaker

Provides methods for doing a RFB compliant handshake.

Namespace: MarcusW.VncClient.Protocol.Services
Assembly: MarcusW.VncClient.dll
Syntax
public interface IRfbHandshaker

Methods

| Improve this Doc View Source

DoHandshakeAsync(CancellationToken)

Executes a handshake.

Declaration
Task<ITransport> DoHandshakeAsync(CancellationToken cancellationToken = null)
Parameters
Type Name Description
CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task<ITransport>

The new built tunnel transport, otherwise null.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX