C# Class STUN.NonceAttribute

Inheritance: STUNAttribute
Mostra file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
CreateNonce ( String Nonce ) : NonceAttribute
ParseNonce ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Method Description
NonceToByteArray ( ) : Byte[]

Method Details

CreateNonce() public static method

public static CreateNonce ( String Nonce ) : NonceAttribute
Nonce String
return NonceAttribute

ParseNonce() public method

public ParseNonce ( UInt16 att_length, Byte att_value_with_padding ) : void
att_length System.UInt16
att_value_with_padding Byte
return void