Class PongMessage
A message sent by the client in response to a ping request
Implements
Inherited Members
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 SourcePongMessage(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 SourceTarget
Destination for pong response
Declaration
public string Target { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Target is specified in incoming ping request
Tokens
Declaration
public IEnumerable<string> Tokens { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |