C# Class Turn.Server.PseudoTlsMessage

Afficher le fichier Open project: vf1/turnserver

Méthodes publiques

Méthode 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 méthode

public GetServerHelloHelloDoneBytes ( byte bytes, int startIndex ) : void
bytes byte
startIndex int
Résultat void

IsBeginOfClientHello() public méthode

public IsBeginOfClientHello ( byte bytes, int startIndex, int verifyLength ) : bool
bytes byte
startIndex int
verifyLength int
Résultat bool

IsClientHello() public méthode

public IsClientHello ( byte bytes, int startIndex ) : bool
bytes byte
startIndex int
Résultat bool

PseudoTlsMessage() public méthode

public PseudoTlsMessage ( ) : System
Résultat System