This topic has not yet been rated - Rate this topic

SPServerBinding class

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.

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPServerBinding

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPServerBinding : SPAutoSerializingObject

Use the ServerBindings property of the SPIisSettings class to return a collection of SPServerBinding objects that represent all the server bindings for an IIS Web site.

Use an indexer to return a single server binding from the collection. For example, if the collection is assigned to a variable named myServerBindings, use myServerBindings[index] in C#, or myServerBindings(index) in Visual Basic, where index is the index number of the binding in the collection.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.