Click or drag to resize

STUN_AttributeParseHeader Method

Parses the header of the STUN attribute from the raw data

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected void ParseHeader(
	byte[] data,
	int offset
)

Parameters

data  Byte
Raw data
offset  Int32
The start index of the STUN attribute in the raw data
See Also