C# Class EnterpriseWebLibrary.Configuration.WebApplication

A web application.
Mostra file Open project: enduracode/enterprise-web-library Class Usage Examples

Public Properties

Property Type Description
Name string
Path string

Private Methods

Method Description
WebApplication ( string name, string installationPath, bool supportsSecureConnections, InstallationStandardBaseUrl baseUrl, InstallationStandardCookieAttributes cookieAttributes ) : System.IO
WebApplication ( string name, string installationPath, bool supportsSecureConnections, IntermediateInstallationWebApplication configuration ) : System.IO
WebApplication ( string name, string installationPath, bool supportsSecureConnections, bool machineIsStandbyServer, LiveInstallationWebApplication configuration ) : System.IO
WebApplication ( string name, string installationPath, bool supportsSecureConnections, string systemShortName, bool systemHasMultipleWebApplications, WebProject configuration ) : System.IO

Property Details

Name public_oe property

Internal and Development Utility use only.
public string Name
return string

Path public_oe property

Development Utility use only.
public string Path
return string