C# 클래스 Turn.Server.PseudoTlsMessage

파일 보기 프로젝트 열기: vf1/turnserver

공개 메소드들

메소드 설명
GetServerHelloHelloDoneBytes ( byte bytes, int startIndex ) : void
IsBeginOfClientHello ( byte bytes, int startIndex, int verifyLength ) : bool
IsClientHello ( byte bytes, int startIndex ) : bool
PseudoTlsMessage ( ) : System

메소드 상세

GetServerHelloHelloDoneBytes() 공개 메소드

public GetServerHelloHelloDoneBytes ( byte bytes, int startIndex ) : void
bytes byte
startIndex int
리턴 void

IsBeginOfClientHello() 공개 메소드

public IsBeginOfClientHello ( byte bytes, int startIndex, int verifyLength ) : bool
bytes byte
startIndex int
verifyLength int
리턴 bool

IsClientHello() 공개 메소드

public IsClientHello ( byte bytes, int startIndex ) : bool
bytes byte
startIndex int
리턴 bool

PseudoTlsMessage() 공개 메소드

public PseudoTlsMessage ( ) : System
리턴 System