[This is preliminary documentation and is subject to change.]
Creates an HttpWebRequest object for the request.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
internal HttpWebRequest CreateWebRequest( int timeout ) |
Visual Basic (Declaration) |
---|
Friend Function CreateWebRequest ( _ timeout As Integer _ ) As HttpWebRequest |
Visual C++ |
---|
internal: HttpWebRequest^ CreateWebRequest( int timeout ) |
Parameters
- timeout
- Type: System..::.Int32
The amount of time, in milliseconds, the request will be active before timing out.