Method | Description | |
---|---|---|
Handle ( ) : void | ||
HydraConnection ( Socket socket ) : System | ||
ReadBytes ( long count ) : byte[] | ||
ReadStringToCrLf ( ) : string | ||
WriteBytes ( Array bytes ) : void | ||
WriteStringAndCrLf ( string format ) : void |
Method | Description | |
---|---|---|
ReadByte ( ) : byte |
public HydraConnection ( Socket socket ) : System | ||
socket | Socket | |
return | System |
public WriteStringAndCrLf ( string format ) : void | ||
format | string | |
return | void |