Show / Hide Table of Contents

Class NetworkAddress

Network address static functions.
網絡位址靜態功能。

Inheritance
System.Object
NetworkAddress
NetworkAddress
Namespace: Votanic.vNet
Assembly: Votanic.vNet.dll
Syntax
public class NetworkAddress

Properties

external

Return the external IP address.
傳回外部 IP 位址。

Declaration
public static string external { get; }
Property Value
Type Description
System.String

local

Return the local IP address.
傳回本地 IP 位址。

Declaration
public static string local { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX