SslClientHelloInfo 구조체

정의

이 구조체는 받은 TLS 클라이언트 Hello 프레임의 정보를 포함합니다.

public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
상속
SslClientHelloInfo

생성자

SslClientHelloInfo(String, SslProtocols)

SslClientHelloInfo의 새 인스턴스를 초기화합니다.

속성

ServerName

클라이언트에서 지정한 호스트 서버를 가져옵니다.

SslProtocols

클라이언트에서 제공하는 TLS/SSL 프로토콜을 가져옵니다.

적용 대상