Show / Hide Table of Contents

Class UserMessage

Message sent on connection providing details about the client

Inheritance
System.Object
IrcMessage
UserMessage
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 UserMessage : IrcMessage, IClientMessage

Constructors

| Improve this Doc View Source

UserMessage(String, String)

Create an outbound user message

Declaration
public UserMessage(string userName, string realName)
Parameters
Type Name Description
System.String userName

Username to use for connection

System.String realName

Real name of user

Properties

| Improve this Doc View Source

RealName

Real name of client

Declaration
public string RealName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Tokens

Declaration
public IEnumerable<string> Tokens { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

UserName

Username to provide to IRC server

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

Implements

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