SimpleWorkerRequest.GetServerVariable(String) Méthode

Définition

Retourne une variable serveur unique à partir d’un dictionnaire de variables serveur associées à la requête.

public:
 override System::String ^ GetServerVariable(System::String ^ name);
public override string GetServerVariable(string name);
override this.GetServerVariable : string -> string
Public Overrides Function GetServerVariable (name As String) As String

Paramètres

name
String

Nom de la variable de serveur demandée.

Retours

Variable de serveur demandée.

S’applique à