Discuss this help topic in SecureBlackbox Forum
Specifies if has sent supported extension.
Declaration
[C#]
bool SupportedAvailable;
[VB.NET]
Property SupportedAvailable As Boolean
[Pascal]
property SupportedAvailable : boolean;
[C++]
bool get_SupportedAvailable();
void set_SupportedAvailable(bool Value);
[PHP]
bool get_SupportedAvailable()
void set_SupportedAvailable(bool $Value)
[Java]
boolean getSupportedAvailable();
void setSupportedAvailable(boolean Value);
Description
This property value is True if server has sent supported extension and False otherwise.
Discuss this help topic in SecureBlackbox Forum