private static string GetNameOfClient(GlobalServerComponent connection) { string name; int connectionNo; connection.bcGetDataConnectionInfo(out connectionNo, out name); return(name); }
private static string GetNameOfClient(GlobalServerComponent connection) { string name; int connectionNo; connection.bcGetDataConnectionInfo(out connectionNo, out name); return name; }