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

상속: Session
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CertificatInit byte[]

공개 메소드들

메소드 설명
CommitCookie ( byte value ) : void
CreateCookie ( H2NBinaryWriter writer, HelloAttempt attempt, byte tag, string queryUrl ) : void
CreateSession ( byte cookieValue ) : Session
HandShake ( BaseRtmfpProtocol handler ) : System
Manage ( ) : void
PacketHandler ( N2HBinaryReader reader ) : void

비공개 메소드들

메소드 설명
PerformHandshake ( byte id, N2HBinaryReader reader, long oldPos ) : byte

메소드 상세

CommitCookie() 공개 메소드

public CommitCookie ( byte value ) : void
value byte
리턴 void

CreateCookie() 공개 메소드

public CreateCookie ( H2NBinaryWriter writer, HelloAttempt attempt, byte tag, string queryUrl ) : void
writer CSharpRTMP.Common.H2NBinaryWriter
attempt HelloAttempt
tag byte
queryUrl string
리턴 void

CreateSession() 공개 메소드

public CreateSession ( byte cookieValue ) : Session
cookieValue byte
리턴 Session

HandShake() 공개 메소드

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

Manage() 공개 메소드

public Manage ( ) : void
리턴 void

PacketHandler() 공개 메소드

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

프로퍼티 상세

CertificatInit 공개적으로 정적으로 프로퍼티

public static byte[] CertificatInit
리턴 byte[]