Click or drag to resize

STUN_AttributeParse Method


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

Parameters

data  Byte
 
offset  Int32
 
protocol  MessageProtocol
 
transactionId  Byte
 

Return Value

STUN_Attribute
See Also