Thresher 1.2 Class Documentation

Connection.ServerProperties Property

A read-only collection of string key/value pairs representing IRC server proprties.

[Visual Basic]
Public ReadOnly Property ServerProperties As ServerProperties
[C#]
public ServerProperties ServerProperties {get;}

Property Value

This connection's ServerProperties obejct or null if it has not been created.

See Also

Connection Class | Sharkbite.Irc Namespace