C# Class STUN.NonceAttribute

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

Méthodes publiques

Méthode Description
CreateNonce ( String Nonce ) : NonceAttribute
ParseNonce ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Méthode Description
NonceToByteArray ( ) : Byte[]

Method Details

CreateNonce() public static méthode

public static CreateNonce ( String Nonce ) : NonceAttribute
Nonce String
Résultat NonceAttribute

ParseNonce() public méthode

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