C# Класс NetworkPackets.StunPacket.Attribute

Holds a generic Xmpp Attribute.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Data Brunet.Util.MemBlock
Type AttributeType
Value Brunet.Util.MemBlock

Открытые методы

Метод Описание
Attribute ( AttributeType type, MemBlock value ) : Brunet.Util

Create a new Attribute.

Attribute ( MemBlock data ) : Brunet.Util

Parse an Attribute.

Parse ( MemBlock data ) : Attribute

Converts an attribute into a specific type if a parser exists for it, otherwise stuffs it into a generic Attribute object.

Описание методов

Attribute() публичный Метод

Create a new Attribute.
public Attribute ( AttributeType type, MemBlock value ) : Brunet.Util
type AttributeType
value Brunet.Util.MemBlock
Результат Brunet.Util

Attribute() публичный Метод

Parse an Attribute.
public Attribute ( MemBlock data ) : Brunet.Util
data Brunet.Util.MemBlock
Результат Brunet.Util

Parse() публичный статический Метод

Converts an attribute into a specific type if a parser exists for it, otherwise stuffs it into a generic Attribute object.
public static Parse ( MemBlock data ) : Attribute
data Brunet.Util.MemBlock
Результат System.Attribute

Описание свойств

Data публичное свойство

Data for the attribute.
public MemBlock,Brunet.Util Data
Результат Brunet.Util.MemBlock

Type публичное свойство

The Attribute type.
public AttributeType Type
Результат AttributeType

Value публичное свойство

The binary represtation of the value.
public MemBlock,Brunet.Util Value
Результат Brunet.Util.MemBlock