Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |