asp.net.ph

HttpWorkerRequest.GetServerVariable Method

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;

Parameters

name
The name of the requested server variable.

Return Value

The requested server variable.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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