Show / Hide Table of Contents

Interface IOutputHandler

Provides methods for handling output events from the server.

Namespace: MarcusW.VncClient.Output
Assembly: MarcusW.VncClient.dll
Syntax
public interface IOutputHandler

Methods

| Improve this Doc View Source

HandleServerClipboardUpdate(String)

Handles when the clipboard content of the server changed.

Declaration
void HandleServerClipboardUpdate(string text)
Parameters
Type Name Description
System.String text

The text in the clipboard buffer.

| Improve this Doc View Source

RingBell()

Handles when the server rings the bell.

Declaration
void RingBell()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX