Api Consideration

time to read 1 min | 96 words

What would you prefer from ease of use point of view?

void Connect();
void Disconnect();

Or:

public bool Connected { get; set; }