This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
[] public class AspNetServerSettings |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Class AspNetServerSettings |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
AspNetServerSettings |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
AuthenticationScheme |
Authentication scheme to use.
|
|
BasicAuthenticationDomain |
Basic authentication domain to use.
|
|
DisableDebugger |
Sets if the debugger should be disabled.
|
|
RequireClientCertificate |
Requires server certificate?
|
|
Url |
Url to use.
|
|
VirtualDir |
Virtual directory.
|
Public Properties
Name | Description | |
---|---|---|
IsSmartsite |
Gets a value indicating whether the host runs Smartsite.
|
|
PhysicalDir |
Gets or sets the physical directory.
|
See Also
Smartsite.Web.AspNet Namespace