C# Class Turn.Server.PseudoTlsMessage

Show file Open project: vf1/turnserver

Public Methods

Method Description
GetServerHelloHelloDoneBytes ( byte bytes, int startIndex ) : void
IsBeginOfClientHello ( byte bytes, int startIndex, int verifyLength ) : bool
IsClientHello ( byte bytes, int startIndex ) : bool
PseudoTlsMessage ( ) : System

Method Details

GetServerHelloHelloDoneBytes() public method

public GetServerHelloHelloDoneBytes ( byte bytes, int startIndex ) : void
bytes byte
startIndex int
return void

IsBeginOfClientHello() public method

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

IsClientHello() public method

public IsClientHello ( byte bytes, int startIndex ) : bool
bytes byte
startIndex int
return bool

PseudoTlsMessage() public method

public PseudoTlsMessage ( ) : System
return System