Property | Type | Description | |
---|---|---|---|
TcpConnection | System |
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 |
Method | Description | |
---|---|---|
TcpConnection ( Socket socket ) : System |
protected TransportReceive ( byte buf, int buf_offset, int len ) : int | ||
buf | byte | |
buf_offset | int | |
len | int | |
return | int |
protected TransportSend ( byte buf, int buf_offset, int len ) : int | ||
buf | byte | |
buf_offset | int | |
len | int | |
return | int |
protected TransportSetTimeouts ( int send_timeout, int receive_timeout ) : void | ||
send_timeout | int | |
receive_timeout | int | |
return | void |