PowerTCP Emulation for .NET
PromptTimeout Property




Defines the timeout period (in ms) for login prompts.
Syntax
Public Property PromptTimeout As Integer
Dim instance As Credentials
Dim value As Integer
 
instance.PromptTimeout = value
 
value = instance.PromptTimeout
public int PromptTimeout {get; set;}
public: __property int get_PromptTimeout();
public: __property void set_PromptTimeout( 
   int value
);
public:
property int PromptTimeout {
   int get();
   void set (    int value);
}
Remarks
This property overrides SocketOption.ReceiveTimeout during the Login call. Defaults to 6000.
See Also

Reference

Credentials Class
Credentials Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic