public bool ConnectAsync(string address, int remotePort) { if (Net == null) { return(false); } return(Net.ConnectAsync(address, remotePort)); }