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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note