C# Class STUN.IceControlledAttribute

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

Méthodes publiques

Méthode Description
CreateIceControlled ( ) : IceControlledAttribute
ParseIceControlled ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Méthode Description
IceControlledToByteArray ( ) : Byte[]

Method Details

CreateIceControlled() public static méthode

public static CreateIceControlled ( ) : IceControlledAttribute
Résultat IceControlledAttribute

ParseIceControlled() public méthode

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