Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Net
Properties
 ReadWriteTimeout Property

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
HttpWebRequest.ReadWriteTimeout Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

[Visual Basic]
Public Property ReadWriteTimeout As Integer
[C#]
public int ReadWriteTimeout {get; set;}
[C++]
public: __property int get_ReadWriteTimeout();
public: __property void set_ReadWriteTimeout(int);
[JScript]
public function get ReadWriteTimeout() : int;
public function set ReadWriteTimeout(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker