SslClientHelloInfo 结构

定义

此结构包含接收到的 TLS Client Hello 帧中的信息。

public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
继承
SslClientHelloInfo

构造函数

SslClientHelloInfo(String, SslProtocols)

初始化 SslClientHelloInfo 的新实例。

属性

ServerName

获取客户端指定的主机服务器。

SslProtocols

获取客户端提供的 TLS/SSL 协议。

适用于