Documentation Index
Fetch the complete documentation index at: https://projectdiscovery.sec-lab.cn/llms.txt
Use this file to discover all available pages before exploring further.
命名空间: net
目录
类
函数
函数
Open
▸ Open(protocol): NetConn | null
Open 使用超时机制打开到指定地址的新连接。
支持的协议: tcp, udp
参数
| 名称 | 类型 |
|---|---|
protocol | string |
返回
NetConn | null
示例
定义于
net.ts:12OpenTLS
▸ OpenTLS(protocol): NetConn | null
Open 使用超时机制打开到指定地址的新连接。
支持的协议: tcp, udp
参数
| 名称 | 类型 |
|---|---|
protocol | string |
返回
NetConn | null
示例