C# Class LineSharp.Net.LineTransport

Inheritance: Thrift.Transport.TTransport
Show file Open project: Banandana/LineSharp Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disp ) : void

Private Methods

Method Description
GetResponseAsync ( ) : Task

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disp ) : void
disp bool
return void

Flush() public method

public Flush ( ) : void
return void

LineTransport() public method

public LineTransport ( string userAgent, string application ) : System
userAgent string
application string
return System

Open() public method

public Open ( ) : void
return void

Read() public method

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
return int

Write() public method

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