Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共4 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:关于HttpServer.Start()

1楼
ygg8310 发表于:2023/11/13 19:51:00
如何判断HttpServer.Start()是否已经开启?
2楼
有点蓝 发表于:2023/11/13 20:03:00
http://www.foxtable.com/mobilehelp/topics/0143.htm
3楼
ygg8310 发表于:2023/11/13 22:10:00
老师,还有一个疑问,判断http开启了哪些端口如何判断
4楼
有点蓝 发表于:2023/11/13 22:23:00
HttpServer.Prefixes.Add("http://*/")
HttpServer.Prefixes.Add("http://*:9090/")

For Each s As String In HttpServer.Prefixes
    Dim ss() As String = s.Split(":")
    If ss.Length = 2 Then
        MsgBox("80")
    Else
        MsgBox(ss(2).Split("/")(0))
    End If 
    
Next 
共4 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03613 s, 2 queries.