SiteInfo Class
This API is not CLS-compliant.
Namespace: Microsoft.Web.Management.Server
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.Server.SiteInfo
Syntax
[CLSCompliantAttribute(false)]
public class SiteInfo
[CLSCompliantAttribute(false)]
public ref class SiteInfo
[<CLSCompliantAttribute(false)>]
type SiteInfo = class end
<CLSCompliantAttribute(False)>
Public Class SiteInfo
Constructors
Name | Description | |
---|---|---|
SiteInfo(IAppHostSite) |
Properties
Name | Description | |
---|---|---|
ApplicationPool | ||
BindingInformation | ||
Bindings | ||
Id | ||
Name | ||
PhysicalPath | ||
RuntimeState | ||
ServerAutoStart | ||
State |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Web.Management.Server Namespace
Return to top