NntpClient.getMessage

Send an ARTICLE command.

class NntpClient
void
getMessage
(
string numOrID
,
void delegate
(
string[] lines
,
string num
,
string id
)
handleMessage
,
void delegate
(
string
)
handleError = null
)

Meta