public static ConnectionTesterStatus TestConnectionNAT() { bool forceTest = false; return(Network.TestConnectionNAT(forceTest)); }
public static ConnectionTesterStatus TestConnectionNAT() { return(Network.TestConnectionNAT(false)); }