StunMessageAddAttribute Method |
Adds a specified STUN attribute to the STUN message
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void AddAttribute(
STUN_Attribute attr
)
Public Sub AddAttribute (
attr As STUN_Attribute
)
public:
void AddAttribute(
STUN_Attribute^ attr
)
member AddAttribute :
attr : STUN_Attribute -> unit
Parameters
- attr
- Type: Ozeki.NetworkSTUN_Attribute
STUN attribute
See Also