SslClientHelloInfo 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此結構包含來自已接收的 TLS 用戶端 Hello 框架的資訊。
public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
- 繼承
建構函式
SslClientHelloInfo(String, SslProtocols) |
初始化 SslClientHelloInfo 的新執行個體。 |
屬性
ServerName |
取得用戶端指定的主機伺服器。 |
SslProtocols |
取得用戶端提供的 TLS/SSL 通訊協定。 |