C# Class STUN.STUNErrorCode

Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( Byte errorCode ) : STUNErrorCode
STUNErrorCode ( int ErrorCode, String ReasonPhrase ) : System
ToByteArray ( STUNErrorCode stunErrorCode ) : Byte[]

Method Details

Parse() public static méthode

public static Parse ( Byte errorCode ) : STUNErrorCode
errorCode Byte
Résultat STUNErrorCode

STUNErrorCode() public méthode

public STUNErrorCode ( int ErrorCode, String ReasonPhrase ) : System
ErrorCode int
ReasonPhrase String
Résultat System

ToByteArray() public static méthode

public static ToByteArray ( STUNErrorCode stunErrorCode ) : Byte[]
stunErrorCode STUNErrorCode
Résultat Byte[]