Thresher 1.2 Class Documentation

Sender.RequestTopic Method 

Request the topic for the given channel.

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

Parameters

channel
The target channel.

Remarks

The reply will be sent via the OnTopicRequest event. If there is no topic then OnError will be called with a code of RPL_NOTOPIC.

Possible Errors

Exceptions

Exception TypeCondition
ArgumentExceptionIf the channel name is not valid.

See Also

Sender Class | Sharkbite.Irc Namespace | OnTopicRequest