[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ILocalServerInfo

接口 ILocalServerInfo

本地网站应用信息。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface ILocalServerInfo

属性

HostAddress

主机地址。

声明
string HostAddress { get; }
属性值
类型 描述
string

PortNumber

端口号。

声明
int PortNumber { get; }
属性值
类型 描述
int