Microsoft SDK for Java

getConnectionTimeout

This method of the Connection class indicates how long to wait while establishing a connection before terminating the attempt and generating an error.

Syntax

public int getConnectionTimeout();

Return Value

Returns an integer representing the timeout in seconds.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.