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: 1.8.12.0 (1.8.12)
Syntax
public static STUN_Attribute Parse(
	byte[] data,
	int offset,
	MessageProtocol protocol,
	byte[] transactionId
)

Parameters

data
Type: SystemByte
Raw data
offset
Type: SystemInt32
The start index of the STUN attribute in the raw data
protocol
Type: Ozeki.NetworkMessageProtocol
Message protocol used when parsing STUN message.
transactionId
Type: SystemByte
Transaction ID

Return Value

Type: STUN_Attribute
STUN attribute
See Also