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

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

Méthodes publiques

Свойство Type Description
CertificatInit byte[]

Méthodes publiques

Méthode Description
CommitCookie ( byte value ) : void
CreateCookie ( H2NBinaryWriter writer, HelloAttempt attempt, byte tag, string queryUrl ) : void
CreateSession ( byte cookieValue ) : Session
HandShake ( BaseRtmfpProtocol handler ) : System
Manage ( ) : void
PacketHandler ( N2HBinaryReader reader ) : void

Private Methods

Méthode Description
PerformHandshake ( byte id, N2HBinaryReader reader, long oldPos ) : byte

Method Details

CommitCookie() public méthode

public CommitCookie ( byte value ) : void
value byte
Résultat void

CreateCookie() public méthode

public CreateCookie ( H2NBinaryWriter writer, HelloAttempt attempt, byte tag, string queryUrl ) : void
writer CSharpRTMP.Common.H2NBinaryWriter
attempt HelloAttempt
tag byte
queryUrl string
Résultat void

CreateSession() public méthode

public CreateSession ( byte cookieValue ) : Session
cookieValue byte
Résultat Session

HandShake() public méthode

public HandShake ( BaseRtmfpProtocol handler ) : System
handler BaseRtmfpProtocol
Résultat System

Manage() public méthode

public Manage ( ) : void
Résultat void

PacketHandler() public méthode

public PacketHandler ( N2HBinaryReader reader ) : void
reader CSharpRTMP.Common.N2HBinaryReader
Résultat void

Property Details

CertificatInit public_oe static_oe property

public static byte[] CertificatInit
Résultat byte[]