C# Class Core.Protocols.Rtmp.InboundRTMPProtocol

Inheritance: CSharpRTMP.Core.Protocols.Rtmp.BaseRTMPProtocol
ファイルを表示 Open project: langhuihui/csharprtmp Class Usage Examples

Protected Methods

Method Description
PerformHandshake ( InputStream buffer ) : bool

Private Methods

Method Description
PerformHandshake ( InputStream buffer, bool encrypted ) : bool
ValidateClient ( InputStream inputBuffer ) : bool
ValidateClientScheme ( InputStream inputBuffer, byte scheme ) : bool

Method Details

PerformHandshake() protected method

protected PerformHandshake ( InputStream buffer ) : bool
buffer CSharpRTMP.Common.InputStream
return bool