SslClientHelloInfo 结构

定义

此结构包含接收到的 TLS Client Hello 帧中的信息。This struct contains information from received TLS Client Hello frame.

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

属性

ServerName

获取客户端指定的主机服务器。Gets the host server specified by the client.

SslProtocols

获取客户端提供的 TLS/SSL 协议。Gets the TLS/SSL protocols offered by client.

适用于