C# Class CSharpRTMP.Core.Protocols.Rtmfp.CookieComputing

Inheritance: IDisposable
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
DH CSharpRTMP.Common.DHWrapper
DecryptKey byte[]
EncryptKey byte[]
InitiatorKey byte[]
InitiatorNonce byte[]
Nonce byte[]
SharedSecret byte[]
Value byte[]

Méthodes publiques

Méthode Description
CookieComputing ( HandShake handshake ) : System
CookieComputing ( OutboundHandshake handshake ) : System
Dispose ( ) : void
Run ( ) : void

Method Details

CookieComputing() public méthode

public CookieComputing ( HandShake handshake ) : System
handshake HandShake
Résultat System

CookieComputing() public méthode

public CookieComputing ( OutboundHandshake handshake ) : System
handshake OutboundHandshake
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

DH public_oe property

public DHWrapper,CSharpRTMP.Common DH
Résultat CSharpRTMP.Common.DHWrapper

DecryptKey public_oe property

public byte[] DecryptKey
Résultat byte[]

EncryptKey public_oe property

public byte[] EncryptKey
Résultat byte[]

InitiatorKey public_oe property

public byte[] InitiatorKey
Résultat byte[]

InitiatorNonce public_oe property

public byte[] InitiatorNonce
Résultat byte[]

Nonce public_oe property

public byte[] Nonce
Résultat byte[]

SharedSecret public_oe property

public byte[] SharedSecret
Résultat byte[]

Value public_oe property

public byte[] Value
Résultat byte[]