SPServerBinding Members

Include Protected Members
Include Inherited Members

Represents a server binding for an Internet Information Services (IIS) Web site, which includes at least one of the following: IP address, port, or host name.

The SPServerBinding type exposes the following members.

Constructors

  Name Description
Public method SPServerBinding() Initializes a new instance of the SPServerBinding class.
Public method SPServerBinding(String) Initializes a new instance of the SPServerBinding class based on the specified binding.

Top

Properties

  Name Description
Public property HostHeader Gets or sets the host header of the server binding.
Public property Port Gets or sets the port number of the server binding.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See Also

Reference

SPServerBinding Class

Microsoft.SharePoint.Administration Namespace