C# Class Core.Protocols.Rtmp.InboundRTMPProtocol

Inheritance: CSharpRTMP.Core.Protocols.Rtmp.BaseRTMPProtocol
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes protégées

Méthode Description
PerformHandshake ( InputStream buffer ) : bool

Private Methods

Méthode Description
PerformHandshake ( InputStream buffer, bool encrypted ) : bool
ValidateClient ( InputStream inputBuffer ) : bool
ValidateClientScheme ( InputStream inputBuffer, byte scheme ) : bool

Method Details

PerformHandshake() protected méthode

protected PerformHandshake ( InputStream buffer ) : bool
buffer CSharpRTMP.Common.InputStream
Résultat bool