EnumLocalWebServerType
Enum
Type of local web servers available for tests.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum LocalWebServerType
Fields
AspNetDevelopmentServer
Requests are processed using ASP.NET Development Server. (aka Cassini)
AspNetDevelopmentServer40
The .Net 4.0 version of the ASP.NET Development Server.
None
No local web server is set.