C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.MiddleHandshake

상속: OutboundHandshake
파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 프로퍼티들

프로퍼티 타입 설명
MiddleSession Middle

공개 메소드들

메소드 설명
MiddleHandshake ( BaseRtmfpProtocol handler ) : System
PacketHandler ( N2HBinaryReader reader ) : void
SendStream ( Stream stream, int length ) : void

메소드 상세

MiddleHandshake() 공개 메소드

public MiddleHandshake ( BaseRtmfpProtocol handler ) : System
handler BaseRtmfpProtocol
리턴 System

PacketHandler() 공개 메소드

public PacketHandler ( N2HBinaryReader reader ) : void
reader CSharpRTMP.Common.N2HBinaryReader
리턴 void

SendStream() 공개 메소드

public SendStream ( Stream stream, int length ) : void
stream Stream
length int
리턴 void

프로퍼티 상세

MiddleSession 공개적으로 프로퍼티

public Middle,CSharpRTMP.Core.Protocols.Rtmfp MiddleSession
리턴 Middle