LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnection.ConnectionTimeout property

Gets the time (in seconds) to wait while trying to establish a connection before terminating the attempt and generating an error. This value is controlled by ConnectionTimeout, which defaults to 15 seconds.

public override int ConnectionTimeout { get; }

See Also