TestConnectionNAT() private method

private TestConnectionNAT ( ) : ConnectionTesterStatus
return ConnectionTesterStatus
コード例 #1
0
        public static ConnectionTesterStatus TestConnectionNAT()
        {
            bool forceTest = false;

            return(Network.TestConnectionNAT(forceTest));
        }
コード例 #2
0
 public static ConnectionTesterStatus TestConnectionNAT()
 {
     return(Network.TestConnectionNAT(false));
 }