winhttpsettimeouts (winhttp)
Last changed: -67.32.36.230

.
Summary
TODO - a short description

C# Signature:

[DllImport("winhttp.dll", SetLastError=true)]
static extern bool WinHttpSetTimeouts(
            IntPtr hInternet,
            int dwResolveTimeout,
            int dwConnectTimeout,
            int dwSendTimeout,
            int dwReceiveTimeout
            );

VB Signature:

Declare Function WinHttpSetTimeouts Lib "winhttp.dll" (ByVal hInternet As IntPtr, ByVal dwResolveTimeout As Integer, ByVal dwConnectTimeout As Integer, ByVal dwSendTimeout As Integer, ByVal dwReceiveTimeout As Integer) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation