System.Web Namespace HttpWorkerRequest Class
Returns a single server variable from a dictionary of server variables associated with the request.
[ VB ] <ComVisible ( False ) > Overridable Public Function GetServerVariable ( _ ByVal name As String _ ) As String [ C# ] [ ComVisible ( false ) ] public virtual string GetServerVariable ( string name ); [ C++ ] [ ComVisible ( false ) ] public: virtual String* GetServerVariable ( String* name ); [ JScript ] public ComVisible ( false ) function GetServerVariable ( name : String ) : String;
The requested server variable.
HttpWorkerRequest Members HttpRuntime Class
© 2000-2010 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 asp.net.ph