C# Class Mono.Debugger.Soft.TcpConnection

Inheritance: Connection
Show file Open project: vargaz/mono Class Usage Examples

Private Properties

Property Type Description
TcpConnection System

Protected Methods

Method Description
TransportClose ( ) : void
TransportReceive ( byte buf, int buf_offset, int len ) : int
TransportSend ( byte buf, int buf_offset, int len ) : int
TransportSetTimeouts ( int send_timeout, int receive_timeout ) : void

Private Methods

Method Description
TcpConnection ( Socket socket ) : System

Method Details

TransportClose() protected method

protected TransportClose ( ) : void
return void

TransportReceive() protected method

protected TransportReceive ( byte buf, int buf_offset, int len ) : int
buf byte
buf_offset int
len int
return int

TransportSend() protected method

protected TransportSend ( byte buf, int buf_offset, int len ) : int
buf byte
buf_offset int
len int
return int

TransportSetTimeouts() protected method

protected TransportSetTimeouts ( int send_timeout, int receive_timeout ) : void
send_timeout int
receive_timeout int
return void