C# Class STUN.IceControlledAttribute

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

Public Methods

Method Description
CreateIceControlled ( ) : IceControlledAttribute
ParseIceControlled ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Method Description
IceControlledToByteArray ( ) : Byte[]

Method Details

CreateIceControlled() public static method

public static CreateIceControlled ( ) : IceControlledAttribute
return IceControlledAttribute

ParseIceControlled() public method

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