Click or drag to resize
StunMessageAddAttribute Method
Adds a specified STUN attribute to the STUN message

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void AddAttribute(
	STUN_Attribute attr
)

Parameters

attr
Type: Ozeki.NetworkSTUN_Attribute
STUN attribute
See Also