ok property
bool
get
ok
Implementation
bool get ok
{
if (statusCode == null) return true;
if (statusCode == HttpStatus.ok) return true;
return false;
}
bool get ok
{
if (statusCode == null) return true;
if (statusCode == HttpStatus.ok) return true;
return false;
}