Beispiel #1
0
        public static int QueryAuthorise(TSocketConnection xSocketConn, object xDest, object xValue, bool xShowmessage)
        {
            int result = 0;

            return(result);
        }
Beispiel #2
0
 public static void DisConnectAuthoriseServer(TSocketConnection xSocketConn, object xAppServer)
 {
 }
Beispiel #3
0
        public static bool MakeAuthorise(TSocketConnection xSocketConn, object xDest, object xValue, bool xShowmessage)
        {
            bool result = false;

            return(result);
        }
Beispiel #4
0
        public static object ConnectAuthoriseServer(TSocketConnection xSocketConn, object xValue)
        {
            object result = null;

            return(result);
        }