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 SourceGetParametersOverview()
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. |