TlsBufferSession Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TlsBufferSession sealed : System::Net::Security::TlsSession
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class TlsBufferSession : System.Net.Security.TlsSession
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type TlsBufferSession = class
inherit TlsSession
Public NotInheritable Class TlsBufferSession
Inherits TlsSession
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| TlsBufferSession() | |
Properties
| Name | Description |
|---|---|
| ClientHelloInfo | (Inherited from TlsSession) |
| HasPendingOutput | (Inherited from TlsSession) |
| IsHandshakeComplete | (Inherited from TlsSession) |
| LocalCertificate | (Inherited from TlsSession) |
| NegotiatedApplicationProtocol | (Inherited from TlsSession) |
| NegotiatedCipherSuite | (Inherited from TlsSession) |
| NegotiatedProtocol | (Inherited from TlsSession) |
| TargetHostName | (Inherited from TlsSession) |