Iis7Binding Members

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The Iis7Binding type exposes the following members.

Constructors

  NameDescription
Public methodIis7Binding

Properties

  NameDescription
Public propertyAction
Specifies the action to perform
Public propertyBindingInformation
String containing binding information.

Format: ip address:port:hostheader

Example: *:80:sample.example.com or : *:443:

Public propertyBindingProtocol
Binding protocol. Example: "http", "https", "ftp". Default is http.
Public propertyCertificateHash
If HTTPS is used, this is the certificate hash. This is the value of "thumbprint" value of the certificate you want to use.

Format: hash encoded string. Hex symbols can be space or dash separated.

Example: 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a

Public propertyCertificateStoreName
The name of the certificate store. Default is "MY" for the personal store
Public propertyExists
Gets whether the binding exists
Public propertyName
Sets the name of the Website
Public propertyPort
Sets the port of the Binding to Modify
Public propertyPreviousBindingInformation
Sets the PreviousBindingInformation to use when calling Modify
Public propertyPreviousBindingProtocol
Sets the PreviousBindingProtocol to use when calling Modify

See Also