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

Inheritance: Session
Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
CertificatInit byte[]
URL string

Public Methods

Method Description
Connect ( string url ) : void
Flush ( byte type ) : void
HandShake30 ( byte randBytes ) : void
HandShake38 ( byte cookieBytes, byte nonce ) : void
Manage ( ) : void
OutboundHandshake ( BaseRtmfpProtocol handler ) : System
PacketHandler ( N2HBinaryReader reader ) : void

Method Details

Connect() public method

public Connect ( string url ) : void
url string
return void

Flush() public method

public Flush ( byte type ) : void
type byte
return void

HandShake30() public method

public HandShake30 ( byte randBytes ) : void
randBytes byte
return void

HandShake38() public method

public HandShake38 ( byte cookieBytes, byte nonce ) : void
cookieBytes byte
nonce byte
return void

Manage() public method

public Manage ( ) : void
return void

OutboundHandshake() public method

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

PacketHandler() public method

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

Property Details

CertificatInit public_oe static_oe property

public static byte[] CertificatInit
return byte[]

URL public_oe property

public string URL
return string