C# Class STUN.IceControllingAttribute

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

Méthodes publiques

Méthode Description
CreateIceControlling ( ) : IceControllingAttribute
ParseIceControlling ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Méthode Description
IceControllingToByteArray ( ) : Byte[]

Method Details

CreateIceControlling() public static méthode

public static CreateIceControlling ( ) : IceControllingAttribute
Résultat IceControllingAttribute

ParseIceControlling() public méthode

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