Class NetworkInformation
Contains network information of the terminal. Result of calling SystemInformation() or SystemInformationAsync(). Immutable class.
Inheritance
System.Object
NetworkInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class NetworkInformation
Constructors
NetworkInformation(String, String, String, String)
Declaration
public NetworkInformation(string terminalIp, string terminalIpMask, string terminalIpGw, string terminalIpDns)
Parameters
Type | Name | Description |
---|---|---|
System.String | terminalIp | |
System.String | terminalIpMask | |
System.String | terminalIpGw | |
System.String | terminalIpDns |
Properties
TerminalIp
Terminal IP.
Declaration
public string TerminalIp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TerminalIpDns
Terminal IP dns host name.
Declaration
public string TerminalIpDns { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TerminalIpGw
Terminal IP gateway.
Declaration
public string TerminalIpGw { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TerminalIpMask
Terminal IP network mask.
Declaration
public string TerminalIpMask { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()