C# Class openCrypto.TLS.TLSMessage

Exibir arquivo Open project: kazuki/opencrypto-tls Class Usage Examples

Protected Properties

Property Type Description
_recordType ContentType

Public Methods

Method Description
Write ( byte buffer, int offset ) : ushort

Protected Methods

Method Description
TLSMessage ( ContentType type ) : System

Method Details

TLSMessage() protected method

protected TLSMessage ( ContentType type ) : System
type ContentType
return System

Write() public abstract method

public abstract Write ( byte buffer, int offset ) : ushort
buffer byte
offset int
return ushort

Property Details

_recordType protected_oe property

protected ContentType _recordType
return ContentType