C# 클래스 TLSharp.Core.Requests.InitConnectionRequest

상속: MTProtoRequest
파일 보기 프로젝트 열기: sochix/TLSharp 1 사용 예제들

공개 메소드들

메소드 설명
InitConnectionRequest ( int apiId ) : System
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void
OnSendSuccess ( ) : void

메소드 상세

InitConnectionRequest() 공개 메소드

public InitConnectionRequest ( int apiId ) : System
apiId int
리턴 System

OnException() 공개 메소드

public OnException ( Exception exception ) : void
exception System.Exception
리턴 void

OnResponse() 공개 메소드

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

OnSend() 공개 메소드

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

OnSendSuccess() 공개 메소드

public OnSendSuccess ( ) : void
리턴 void