SPIisWebServiceBindingType Enumeration

Specifies the protocol for binding to a Web service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Enumeration SPIisWebServiceBindingType
'Usage
Dim instance As SPIisWebServiceBindingType
public enum SPIisWebServiceBindingType

Members

Member name Description
Http Use the HTTP protocol.
Https Use the HTTPS protocol (HTTP with SSL security).
NetTcp Use the Net.TCP protocol.
NetPipe Use the named pipe protocol.

See Also

Reference

Microsoft.SharePoint.Administration Namespace

AddServiceEndpoint()