C# Class NntpClient.Decoders.DecoderFactory

Afficher le fichier Open project: strider-/NntpClient

Méthodes publiques

Méthode Description
DetermineDecoder ( Connection connection ) : IBinaryDecoder

Determine the binary encoding of a post

Method Details

DetermineDecoder() public static méthode

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