Méthode | Description | |
---|---|---|
GetAddressByApi ( ) : string |
根据提供的api获取物理地址
|
|
GetBrowser ( ) : string |
获取浏览器版本号
|
|
GetClientHost ( ) : string |
|
|
GetClientIp ( ) : string |
获取客户端Ip
|
|
GetGateway ( ) : string |
得到网关地址
|
|
GetIp ( ) : string |
获取客户端IP地址
|
|
GetLocalIPs ( ) : HashSet |
||
GetLocalIp ( ) : string |
得到本机IP
|
|
GetNetIp ( ) : string |
获取公网IP
|
|
GetOsVersion ( ) : string |
获取操作系统版本号
|
|
GetServerHost ( ) : string |
获取本地计算机主机名
|
|
GetServerHostIp ( ) : string |
|
|
IsIpAddress ( string str1 ) : bool |
判断是否是IP地址格式 0.0.0.0
|
|
IsPingIp ( string strIp ) : bool |
尝试Ping指定IP是否能够Ping通
|
|
IsRightIp ( string strIPadd ) : bool |
判断是否为正确的IP地址
|
public static IsIpAddress ( string str1 ) : bool | ||
str1 | string | 待判断的IP地址 |
Résultat | bool |
public static IsPingIp ( string strIp ) : bool | ||
strIp | string | 指定IP |
Résultat | bool |
public static IsRightIp ( string strIPadd ) : bool | ||
strIPadd | string | 需要判断的字符串 |
Résultat | bool |