C# 클래스 EnterpriseWebLibrary.Configuration.WebApplication

A web application.
파일 보기 프로젝트 열기: enduracode/enterprise-web-library 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Path string

비공개 메소드들

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

프로퍼티 상세

Name 공개적으로 프로퍼티

Internal and Development Utility use only.
public string Name
리턴 string

Path 공개적으로 프로퍼티

Development Utility use only.
public string Path
리턴 string