Class UserMessage
Message sent on connection providing details about the client
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 UserMessage : IrcMessage, IClientMessage
Constructors
| Improve this Doc View SourceUserMessage(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 SourceRealName
Real name of client
Declaration
public string RealName { get; }
Property Value
Type | Description |
---|---|
System.String |
Tokens
Declaration
public IEnumerable<string> Tokens { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
UserName
Username to provide to IRC server
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |