C# Class STUN.UsernameAttribute

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

Méthodes publiques

Méthode Description
CreateUsername ( String Username ) : UsernameAttribute
ParseUsername ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Méthode Description
UsernameToByteArray ( ) : Byte[]

Method Details

CreateUsername() public static méthode

public static CreateUsername ( String Username ) : UsernameAttribute
Username String
Résultat UsernameAttribute

ParseUsername() public méthode

public ParseUsername ( UInt16 att_length, Byte att_value_with_padding ) : void
att_length System.UInt16
att_value_with_padding Byte
Résultat void