See Also

Dns Class  | Dns Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP Email Validation for .NET

Timeout Property

Dart.PowerTCP.EmailValidation Namespace > Dns Class : Timeout Property

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); }

Return Type

An integer specifying the maximum number of milliseconds to wait for responses to commands.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Dns Class  | Dns Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.