Dart.PowerTCP.SslSockets Namespace > Trace Class : Timeout Property (Trace) |
Specifies the maximum number of milliseconds to wait for responses to commands or time between data buffer transfers.
[Visual Basic]
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")>
<DefaultValueAttribute()>
Public Property Timeout As Integer
[C#]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")]
[DefaultValueAttribute()]
public int Timeout {get; set;}
[C++]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")]
[DefaultValueAttribute()]
public: __property int get_Timeout();
public: __property void set_Timeout(
int value
);
[C++/CLI]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")]
[DefaultValueAttribute()]
public:
property int Timeout {
int get();
void set (int value);
}
An integer specifying the maximum number of milliseconds to wait for responses to commands.
After connecting to a server, this value is used to establish the period of time to wait for server responses. During data transfer operations, a SocketException will be thrown if any data buffer transfer operation does not complete within the timeout period.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.