STUN_AttributeIsClassicSTUNAttribute Property |
Indicates whether this attribute is used in a Classic STUN message
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxprotected bool IsClassicSTUNAttribute { get; set; }
Protected Property IsClassicSTUNAttribute As Boolean
Get
Set
protected:
property bool IsClassicSTUNAttribute {
bool get ();
void set (bool value);
}
member IsClassicSTUNAttribute : bool with get, set
Property Value
Type:
Boolean
See Also