/trunk/Client/Config/PHPRegistrationType.cs
# · C# · 21 lines · 11 code · 2 blank · 8 comment · 0 complexity · f5f0f43a54c10f9257053140fc90eb52 MD5 · raw file
- //-----------------------------------------------------------------------
- // <copyright>
- // Copyright (C) Ruslan Yakushev for the PHP Manager for IIS project.
- //
- // This file is subject to the terms and conditions of the Microsoft Public License (MS-PL).
- // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL for more details.
- // </copyright>
- //-----------------------------------------------------------------------
-
- namespace Web.Management.PHP.Config
- {
-
- public enum PHPRegistrationType
- {
- FastCgi,
- Cgi,
- Isapi,
- None,
- NoneNoFastCgi
- }
- }