Class IrcPrefix
Inheritance
System.Object
IrcPrefix
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
Assembly: GravyIrc.dll
Syntax
public class IrcPrefix
Constructors
| Improve this Doc View SourceIrcPrefix(String)
Declaration
public IrcPrefix(string prefixData)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefixData |
Properties
| Improve this Doc View SourceFrom
Declaration
public string From { get; }
Property Value
Type | Description |
---|---|
System.String |
Host
Declaration
public string Host { get; }
Property Value
Type | Description |
---|---|
System.String |
Raw
Declaration
public string Raw { get; }
Property Value
Type | Description |
---|---|
System.String |
User
Declaration
public string User { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()