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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Connect ( string url ) : void
Flush ( byte type ) : void
HandShake30 ( byte randBytes ) : void
HandShake38 ( byte cookieBytes, byte nonce ) : void
Manage ( ) : void
OutboundHandshake ( BaseRtmfpProtocol handler ) : System
PacketHandler ( N2HBinaryReader reader ) : void

Method Details

Connect() public méthode

public Connect ( string url ) : void
url string
Résultat void

Flush() public méthode

public Flush ( byte type ) : void
type byte
Résultat void

HandShake30() public méthode

public HandShake30 ( byte randBytes ) : void
randBytes byte
Résultat void

HandShake38() public méthode

public HandShake38 ( byte cookieBytes, byte nonce ) : void
cookieBytes byte
nonce byte
Résultat void

Manage() public méthode

public Manage ( ) : void
Résultat void

OutboundHandshake() public méthode

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

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[]

URL public_oe property

public string URL
Résultat string