System.GetIP
Skip to content
mnscript
string System.GetIP() 

Description ​

Returns the IP of the terminal

Returns ​

string - The IP

Example ​

msc
using System;
using Console;

string ip = System.GetIP();
Console.WriteLine("The terminal IP is: "..ip);