ServerStation.GetComputerIP Method

Gets the server's computer IP.
<ID("GetComputerIP", (int)e.GetComputerIP)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function GetComputerIP() As String
This language is not supported or no code example is available.
[ID("GetComputerIP", (int)e.GetComputerIP)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public string GetComputerIP()
This language is not supported or no code example is available.

Return Value

string

Computer IP

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition