| |||||
Server.ScriptTimeout PropertySystem.Web Namespace HttpServerUtility Class Gets and sets the request time-out in seconds. [ VB ] Public Property ScriptTimeout As Integer [ C# ] public int ScriptTimeout {get; set;} [ C++ ] public: __property int get_ScriptTimeout ( ); public: __property void set_ScriptTimeout ( int ); [ JScript ] public function get ScriptTimeout ( ) : int; public function set ScriptTimeout ( int ); Property ValueThe time-out setting for requests. Exceptions
ExampleThe following example shows the simplest way to retrieve and display the ApplicationPath for the current URL request. <%= Server.ScriptTimeout %> And which, for this page, returns the following: 110 See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme