tryCount property

int? get tryCount

Count of retrying connection.

This property only allowed to assign when url is accessible. If the given value is Null, it applied 1 as default value for url which expected to be accessible.

For applying non-null value to inaccessible url, StateError should be thrown when constructing property.

Implementation

int? get tryCount;