Example #1
0
        private static string GetNameOfClient(GlobalServerComponent connection)
        {
            string name; int connectionNo;

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