C# Class NntpClient.Decoders.DecoderFactory

Mostra file Open project: strider-/NntpClient

Public Methods

Method Description
DetermineDecoder ( Connection connection ) : IBinaryDecoder

Determine the binary encoding of a post

Method Details

DetermineDecoder() public static method

Determine the binary encoding of a post
public static DetermineDecoder ( Connection connection ) : IBinaryDecoder
connection Connection Active NNTP connection
return IBinaryDecoder