C# 클래스 NntpClient.Decoders.DecoderFactory

파일 보기 프로젝트 열기: strider-/NntpClient

공개 메소드들

메소드 설명
DetermineDecoder ( Connection connection ) : IBinaryDecoder

Determine the binary encoding of a post

메소드 상세

DetermineDecoder() 공개 정적인 메소드

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