C# 클래스 Telegram.MTProto.Authenticator

상속: MTProtoPlainClient
파일 보기 프로젝트 열기: naphaso/kilogram

공개 메소드들

메소드 설명
Generate ( TelegramDC dc, int maxRetries ) : Task

보호된 메소드들

메소드 설명
OnMTProtoReceive ( byte response ) : void

메소드 상세

Generate() 공개 메소드

public Generate ( TelegramDC dc, int maxRetries ) : Task
dc TelegramDC
maxRetries int
리턴 Task

OnMTProtoReceive() 보호된 메소드

protected OnMTProtoReceive ( byte response ) : void
response byte
리턴 void