C# 클래스 Telegram.MTProto.TelegramEndpoint

파일 보기 프로젝트 열기: naphaso/kilogram 1 사용 예제들

공개 메소드들

메소드 설명
TelegramEndpoint ( BinaryReader reader ) : System
TelegramEndpoint ( string host, int port ) : System
ToString ( ) : string
read ( BinaryReader reader ) : void
write ( BinaryWriter writer ) : void

메소드 상세

TelegramEndpoint() 공개 메소드

public TelegramEndpoint ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

TelegramEndpoint() 공개 메소드

public TelegramEndpoint ( string host, int port ) : System
host string
port int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

read() 공개 메소드

public read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

write() 공개 메소드

public write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void