C# Class Bracket.RackEnvironmentVariables

Mostrar archivo Open project: PlasticLizard/Bracket

Public Methods

Method 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 method

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
return string