Thresher 1.2 Class Documentation

Sender.Version Method (String)

Used to query the version of the IRC server program.

[Visual Basic]
Overloads Public Sub Version( _
   ByVal targetServer As String _
)
[C#]
public void Version(
   string targetServer
);

Parameters

targetServer
The FQDN of the IRC server to query. Wildcards are allowed. Must be a server part of the same IRC network this connection is connected to.

Remarks

Possible Errors

See Also

Sender Class | Sharkbite.Irc Namespace | Sender.Version Overload List | OnVersion