Thresher 1.2 Class Documentation

DccChatSession.SendMessage Method 

Send a line of text to the remote user. There is no fixed limit to message size but they should not be too long.

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

Parameters

text
The text. It need not have a newline at the end since one will automatically appended..

See Also

DccChatSession Class | Sharkbite.Irc Namespace