See Also

Ping Class  | Ping Members

Requirements

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

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Timeout Property

Dart.PowerTCP.SslSockets Namespace > Ping Class : Timeout Property (Ping)

Specifies the maximum number of milliseconds to wait for responses to commands or time between data buffer transfers.

[Visual Basic]
<DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")> <DefaultValueAttribute()> <CategoryAttribute("Behavior")> Public Property Timeout As Integer
[C#]
[DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")] [DefaultValueAttribute()] [CategoryAttribute("Behavior")] public int Timeout {get; set;}
[C++]
[DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")] [DefaultValueAttribute()] [CategoryAttribute("Behavior")] public: __property int get_Timeout(); public: __property void set_Timeout(    int value );
[C++/CLI]
[DescriptionAttribute("Gets or Sets the timeout value (in milliseconds) to use for receiving server responses.")] [DefaultValueAttribute()] [CategoryAttribute("Behavior")] 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 Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Ping Class  | Ping Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.