C# 클래스 Core.Protocols.Rtmp.InboundRTMPProtocol

상속: CSharpRTMP.Core.Protocols.Rtmp.BaseRTMPProtocol
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

보호된 메소드들

메소드 설명
PerformHandshake ( InputStream buffer ) : bool

비공개 메소드들

메소드 설명
PerformHandshake ( InputStream buffer, bool encrypted ) : bool
ValidateClient ( InputStream inputBuffer ) : bool
ValidateClientScheme ( InputStream inputBuffer, byte scheme ) : bool

메소드 상세

PerformHandshake() 보호된 메소드

protected PerformHandshake ( InputStream buffer ) : bool
buffer CSharpRTMP.Common.InputStream
리턴 bool