Click or drag to resize

STUN_AttributeParse Method

Parses the raw byte array to a STUN Attribute

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static STUN_Attribute Parse(
	byte[] data,
	int offset,
	MessageProtocol protocol,
	byte[] transactionId
)

Parameters

data  Byte
Raw data
offset  Int32
The start index of the STUN attribute in the raw data
protocol  MessageProtocol
Message protocol used when parsing STUN message.
transactionId  Byte
Transaction ID

Return Value

STUN_Attribute
STUN attribute
See Also