Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Net.​Security.​SslClientHelloInfo
Assembly: System.Net.Security
This struct contains information from received TLS Client Hello frame.
Properties
public
string
ServerName
Gets the host server specified by the client.
SslProtocols
Gets the TLS/SSL protocols offered by client.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object