NntpClient.getNewNews

Send a NEWNEWS command.

class NntpClient
void
getNewNews
(
string wildmat
,
string dateTime
,
void delegate
(
string[] messages
)
handleNewNews
,
void delegate
(
string
)
handleError = null
)

Meta