Show / Hide Table of Contents

Class PasswordMessage

A message sent to identify the current user via password

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

Constructors

| Improve this Doc View Source

PasswordMessage(String)

Creates an outbound message instance

Declaration
public PasswordMessage(string password)
Parameters
Type Name Description
System.String password

Password to send

Properties

| 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