C# Class Bracket.RackEnvironmentVariables

Afficher le fichier Open project: PlasticLizard/Bracket

Méthodes publiques

Méthode Description
CustomVariableName ( string prefix, string name ) : string

The server or the application can store their own data in the environment, too. The keys must contain at least one dot, and should be prefixed uniquely. The prefix rack. is reserved for use with the Rack core distribution and other accepted specifications and must not be used otherwise.

Method Details

CustomVariableName() public static méthode

The server or the application can store their own data in the environment, too. The keys must contain at least one dot, and should be prefixed uniquely. The prefix rack. is reserved for use with the Rack core distribution and other accepted specifications and must not be used otherwise.
public static CustomVariableName ( string prefix, string name ) : string
prefix string
name string
Résultat string