C# Class openCrypto.TLS.TLSMessage

Afficher le fichier Open project: kazuki/opencrypto-tls Class Usage Examples

Protected Properties

Свойство Type Description
_recordType ContentType

Méthodes publiques

Méthode Description
Write ( byte buffer, int offset ) : ushort

Méthodes protégées

Méthode Description
TLSMessage ( ContentType type ) : System

Method Details

TLSMessage() protected méthode

protected TLSMessage ( ContentType type ) : System
type ContentType
Résultat System

Write() public abstract méthode

public abstract Write ( byte buffer, int offset ) : ushort
buffer byte
offset int
Résultat ushort

Property Details

_recordType protected_oe property

protected ContentType _recordType
Résultat ContentType