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: 10.3.183.0
Syntax
public void AddAttribute(
	STUN_Attribute attr
)

Parameters

attr
Type: Ozeki.NetworkSTUN_Attribute
STUN attribute
See Also