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

Parameters

attr  STUN_Attribute
STUN attribute
See Also