* @throws IOException
*/
protected OChannelBinaryAsynchClient beginRequest(final byte iCommand) throws IOException {
final OChannelBinaryAsynchClient network = getAvailableNetwork(getCurrentServerURL());
network.writeByte(iCommand);
network.writeInt(getSessionId());
return network;
}