C# Class Mono.Debugger.Soft.TcpConnection

Inheritance: Connection
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Private Properties

Свойство Type Description
TcpConnection System

Méthodes protégées

Méthode 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

Méthode Description
TcpConnection ( Socket socket ) : System

Method Details

TransportClose() protected méthode

protected TransportClose ( ) : void
Résultat void

TransportReceive() protected méthode

protected TransportReceive ( byte buf, int buf_offset, int len ) : int
buf byte
buf_offset int
len int
Résultat int

TransportSend() protected méthode

protected TransportSend ( byte buf, int buf_offset, int len ) : int
buf byte
buf_offset int
len int
Résultat int

TransportSetTimeouts() protected méthode

protected TransportSetTimeouts ( int send_timeout, int receive_timeout ) : void
send_timeout int
receive_timeout int
Résultat void