Show / Hide Table of Contents

Class PongMessage

A message sent by the client in response to a ping request

Inheritance
System.Object
IrcMessage
PongMessage
Implements
IClientMessage
Inherited Members
IrcMessage.RegisterServerMessageType<TMessage>()
IrcMessage.RegisterServerMessageType<TMessage>(String)
IrcMessage.RegisterServerMessageType(Type)
IrcMessage.RegisterServerMessageType(Type, String)
IrcMessage.Create(ParsedIrcMessage)
IrcMessage.ToString()
IrcMessage.DateReceived
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: GravyIrc.Messages
Assembly: GravyIrc.dll
Syntax
public class PongMessage : IrcMessage, IClientMessage

Constructors

| Improve this Doc View Source

PongMessage(String)

Create an outbound message

Declaration
public PongMessage(string target)
Parameters
Type Name Description
System.String target

Destination for response

Properties

| Improve this Doc View Source

Target

Destination for pong response

Declaration
public string Target { get; }
Property Value
Type Description
System.String
Remarks

Target is specified in incoming ping request

| Improve this Doc View Source

Tokens

Declaration
public IEnumerable<string> Tokens { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Implements

IClientMessage
  • Improve this Doc
  • View Source
Back to top Generated by DocFX