Show / Hide Table of Contents

Interface IOutgoingMessage<TMessageType>

Represents a client-to-server message of the RFB protocol.

Namespace: MarcusW.VncClient.Protocol.MessageTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IOutgoingMessage<out TMessageType>
    where TMessageType : class, IOutgoingMessageType
Type Parameters
Name Description
TMessageType

Methods

| Improve this Doc View Source

GetParametersOverview()

Returns a string which gives a short overview of the message parameters for logging purposes.

Declaration
string? GetParametersOverview()
Returns
Type Description
System.Nullable<System.String>

A string with the message parameters or null, if there aren't any.

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