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
System_CAPS_pubmethod BindingInfo(ISiteBinding)

Properties

Name Description
System_CAPS_pubproperty BindingInformation

System_CAPS_pubproperty HostName

System_CAPS_pubproperty IPAddress

System_CAPS_pubproperty Port

System_CAPS_pubproperty Protocol

System_CAPS_pubproperty SslFlags

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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