C# Class AaltoTLS.HandshakeLayer.Protocol.HelloExtension

Afficher le fichier Open project: juhovh/AaltoTLS

Méthodes publiques

Свойство Type Description
Type System.UInt16

Méthodes publiques

Méthode Description
HelloExtension ( UInt16 type ) : System
HelloExtension ( UInt16 type, byte data ) : System
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Méthodes protégées

Méthode Description
DecodeDataBytes ( byte data ) : void
EncodeDataBytes ( ) : byte[]
HelloExtension ( HelloExtensionType type ) : System

Method Details

DecodeDataBytes() protected méthode

protected DecodeDataBytes ( byte data ) : void
data byte
Résultat void

EncodeDataBytes() protected méthode

protected EncodeDataBytes ( ) : byte[]
Résultat byte[]

HelloExtension() protected méthode

protected HelloExtension ( HelloExtensionType type ) : System
type HelloExtensionType
Résultat System

HelloExtension() public méthode

public HelloExtension ( UInt16 type ) : System
type System.UInt16
Résultat System

HelloExtension() public méthode

public HelloExtension ( UInt16 type, byte data ) : System
type System.UInt16
data byte
Résultat System

SupportsProtocolVersion() public méthode

public SupportsProtocolVersion ( ProtocolVersion version ) : bool
version AaltoTLS.PluginInterface.ProtocolVersion
Résultat bool

Property Details

Type public_oe property

public UInt16,System Type
Résultat System.UInt16