Class NetworkInformation
Contains network information of the terminal. Result of calling
System
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. |
terminalIp | |
System. |
terminalIpMask | |
System. |
terminalIpGw | |
System. |
terminalIpDns |
Properties
TerminalIp
Terminal IP.
Declaration
public string TerminalIp { get; set; }
Property Value
Type | Description |
---|---|
System. |
TerminalIpDns
Terminal IP dns host name.
Declaration
public string TerminalIpDns { get; set; }
Property Value
Type | Description |
---|---|
System. |
TerminalIpGw
Terminal IP gateway.
Declaration
public string TerminalIpGw { get; set; }
Property Value
Type | Description |
---|---|
System. |
TerminalIpMask
Terminal IP network mask.
Declaration
public string TerminalIpMask { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()