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

Inheritance: OutboundHandshake
ファイルを表示 Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
MiddleSession Middle

Public Methods

Method Description
MiddleHandshake ( BaseRtmfpProtocol handler ) : System
PacketHandler ( N2HBinaryReader reader ) : void
SendStream ( Stream stream, int length ) : void

Method Details

MiddleHandshake() public method

public MiddleHandshake ( BaseRtmfpProtocol handler ) : System
handler BaseRtmfpProtocol
return System

PacketHandler() public method

public PacketHandler ( N2HBinaryReader reader ) : void
reader CSharpRTMP.Common.N2HBinaryReader
return void

SendStream() public method

public SendStream ( Stream stream, int length ) : void
stream Stream
length int
return void

Property Details

MiddleSession public_oe property

public Middle,CSharpRTMP.Core.Protocols.Rtmfp MiddleSession
return Middle