C# 클래스 Bracket.RackEnvironmentVariables

파일 보기 프로젝트 열기: PlasticLizard/Bracket

공개 메소드들

메소드 설명
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.

메소드 상세

CustomVariableName() 공개 정적인 메소드

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
리턴 string