deno.connecttlsoptions
继承关系
- ConnectTLSOptions
索引
Properties
Properties
Optional certFile
certFile: string
服务器证书文件。
Server certificate file.
Optional hostname
hostname: string
可以解析为 IP 地址的文本 IP 地址或主机名。如果没有指定,默认值为 127.0.0.1
。
A literal IP address or host name that can be resolved to an IP address. If not specified, defaults to 127.0.0.1
.
port
port: number
要连接的端口。
The port to connect to.
图例说明
- Property
本文档使用 TypeDoc 生成。