BindingInfo 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.BindingInfo
Syntax
[CLSCompliantAttribute(false)]
public class BindingInfo
[CLSCompliantAttribute(false)]
public ref class BindingInfo
[<CLSCompliantAttribute(false)>]
type BindingInfo = class end
<CLSCompliantAttribute(False)>
Public Class BindingInfo
Constructors
Name | Description | |
---|---|---|
BindingInfo(ISiteBinding) |
Properties
Name | Description | |
---|---|---|
BindingInformation | ||
HostName | ||
IPAddress | ||
Port | ||
Protocol | ||
SslFlags |
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() | (Overrides Object.ToString().) |
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