This documentation is archived and is not being maintained.
HttpWorkerRequest.GetServerVariable Method
.NET Framework 1.1
Returns a single server variable from a dictionary of server variables associated with the request.
[Visual Basic] Public Overridable Function GetServerVariable( _ ByVal name As String _ ) As String [C#] public virtual string GetServerVariable( string name ); [C++] public: virtual String* GetServerVariable( String* name ); [JScript] public function GetServerVariable( name : String ) : String;
Parameters
- name
- The name of the requested server variable.
Return Value
The requested server variable.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: