PowerSNMP for .NET CF
ReadTimeout Property
See Also  Send comments on this topic.
Dart.Common Namespace > NetworkStream Class : ReadTimeout Property




Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.

Syntax

Visual Basic (Declaration) 
Public Overrides Property ReadTimeout As Integer
Visual Basic (Usage)Copy Code
Dim instance As NetworkStream
Dim value As Integer
 
instance.ReadTimeout = value
 
value = instance.ReadTimeout
C# 
public override int ReadTimeout {get; set;}
Managed Extensions for C++ 
public: __property int get_ReadTimeout() override;
public: __property void set_ReadTimeout( 
   int value
) override;
C++/CLI 
public:
property int ReadTimeout {
   int get() override;
   void set (    int value) override;
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.