Struct TlsFrameHelper.TlsFrameInfo
Assembly: Yarp.ReverseProxy.dll
Syntax
public struct TlsFrameInfo
Fields
|
Improve this Doc
View Source
AlertDescription
Declaration
public TlsAlertDescription AlertDescription
Field Value
|
Improve this Doc
View Source
ApplicationProtocols
Declaration
public TlsFrameHelper.ApplicationProtocolInfo ApplicationProtocols
Field Value
|
Improve this Doc
View Source
HandshakeType
Declaration
public TlsHandshakeType HandshakeType
Field Value
|
Improve this Doc
View Source
Declaration
public TlsFrameHeader Header
Field Value
|
Improve this Doc
View Source
ParsingStatus
Declaration
public TlsFrameHelper.ParsingStatus ParsingStatus
Field Value
|
Improve this Doc
View Source
SupportedVersions
Declaration
public SslProtocols SupportedVersions
Field Value
Type |
Description |
SslProtocols |
|
|
Improve this Doc
View Source
TargetName
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
TlsCipherSuites
Declaration
public readonly ReadOnlyMemory<TlsCipherSuite> TlsCipherSuites { get; }
Property Value
Type |
Description |
ReadOnlyMemory<TlsCipherSuite> |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|