STUN_AttributeIsClassicSTUNAttribute Property |
Indicates whether this attribute is used in a Classic STUN message
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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:
BooleanSee Also