C# Class STUN.IceControllingAttribute

Inheritance: STUNAttribute
Mostrar archivo Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
CreateIceControlling ( ) : IceControllingAttribute
ParseIceControlling ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Method Description
IceControllingToByteArray ( ) : Byte[]

Method Details

CreateIceControlling() public static method

public static CreateIceControlling ( ) : IceControllingAttribute
return IceControllingAttribute

ParseIceControlling() public method

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