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 SourceDoHandshakeAsync(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. |