HttpWorkerRequest::GetServerVariable Method (String^)

 

Returns a single server variable from a dictionary of server variables associated with the request.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual String^ GetServerVariable(
	String^ name
)

Parameters

name
Type: System::String^

The name of the requested server variable.

Return Value

Type: System::String^

The requested server variable.

.NET Framework
Available since 1.1
Return to top
Show: