Thresher 1.2 Class Documentation

Sender.Raw Method 

Send an arbitrary text message to the IRC server.

[Visual Basic]
Public Sub Raw( _
   ByVal message As String _
)
[C#]
public void Raw(
   string message
);

Parameters

message
A text message.

Remarks

Messages that are too long will be truncated. There is no corresponding events so it will be necessary to check for standard reply codes and possibly errors.

Exceptions

Exception TypeCondition
ArgumentExceptionIf the message is null or empty.

See Also

Sender Class | Sharkbite.Irc Namespace