Show / Hide Table of Contents

Class RfbProtocolVersionExtensions

Extension methods for RfbProtocolVersion.

Inheritance
System.Object
RfbProtocolVersionExtensions
Namespace: MarcusW.VncClient.Protocol
Assembly: MarcusW.VncClient.dll
Syntax
public static class RfbProtocolVersionExtensions : object

Methods

| Improve this Doc View Source

GetStringRepresentation(RfbProtocolVersion)

Returns the string representation of a given protocol version.

Declaration
public static string GetStringRepresentation(this RfbProtocolVersion protocolVersion)
Parameters
Type Name Description
RfbProtocolVersion protocolVersion

The protocol version.

Returns
Type Description
System.String

The string representation defined by the protocol.

| Improve this Doc View Source

ToReadableString(RfbProtocolVersion)

Returns a readable string for a given protocol version.

Declaration
public static string ToReadableString(this RfbProtocolVersion protocolVersion)
Parameters
Type Name Description
RfbProtocolVersion protocolVersion

The protocol version.

Returns
Type Description
System.String

A readable string.

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