isServerInstanceAddressIgnored method
Inquiry method that checks if the client is going to ignore the server instance address that will possibly be sent by the server.
Returns Whether or not to ignore the server instance address sent by the server.
Implementation
bool isServerInstanceAddressIgnored() {
return _serverInstanceAddressIgnored;
}