Property | Type | Description | |
---|---|---|---|
AttributeType | STUNAttributeTypesEnum | ||
Length | |||
Value | byte[] |
Method | Description | |
---|---|---|
ParseMessageAttributes ( byte buffer, int startIndex, int endIndex ) : List |
||
STUNAttribute ( STUNAttributeTypesEnum attributeType, |
||
STUNAttribute ( STUNAttributeTypesEnum attributeType, byte value ) : NUnit.Framework | ||
ToByteBuffer ( byte buffer, int startIndex ) : int | ||
ToString ( ) : string |
public static ParseMessageAttributes ( byte buffer, int startIndex, int endIndex ) : List |
||
buffer | byte | |
startIndex | int | |
endIndex | int | |
return | List |
public STUNAttribute ( STUNAttributeTypesEnum attributeType, |
||
attributeType | STUNAttributeTypesEnum | |
length | ||
value | byte | |
return | NUnit.Framework |
public STUNAttribute ( STUNAttributeTypesEnum attributeType, byte value ) : NUnit.Framework | ||
attributeType | STUNAttributeTypesEnum | |
value | byte | |
return | NUnit.Framework |
public ToByteBuffer ( byte buffer, int startIndex ) : int | ||
buffer | byte | |
startIndex | int | |
return | int |
public STUNAttributeTypesEnum AttributeType | ||
return | STUNAttributeTypesEnum |