TestConnectionNAT() 개인적인 메소드

private TestConnectionNAT ( ) : ConnectionTesterStatus
리턴 ConnectionTesterStatus
예제 #1
0
        public static ConnectionTesterStatus TestConnectionNAT()
        {
            bool forceTest = false;

            return(Network.TestConnectionNAT(forceTest));
        }
예제 #2
0
 public static ConnectionTesterStatus TestConnectionNAT()
 {
     return(Network.TestConnectionNAT(false));
 }