C# 클래스 LineSharp.Net.LineTransport

상속: Thrift.Transport.TTransport
파일 보기 프로젝트 열기: Banandana/LineSharp 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
LineTransport ( string userAgent, string application ) : System
Open ( ) : void
Read ( byte buf, int off, int len ) : int
Write ( byte buf, int off, int len ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disp ) : void

비공개 메소드들

메소드 설명
GetResponseAsync ( ) : Task

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disp ) : void
disp bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

LineTransport() 공개 메소드

public LineTransport ( string userAgent, string application ) : System
userAgent string
application string
리턴 System

Open() 공개 메소드

public Open ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
리턴 int

Write() 공개 메소드

public Write ( byte buf, int off, int len ) : void
buf byte
off int
len int
리턴 void