SPIisWebServiceBindingType 枚举
指定用于绑定到 Web 服务的协议。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration SPIisWebServiceBindingType
用法
Dim instance As SPIisWebServiceBindingType
public enum SPIisWebServiceBindingType
成员
成员名称 | 说明 | |
---|---|---|
Http | 使用 HTTP 协议。 | |
Https | 使用 HTTPS 协议 (HTTP SSL 安全)。 | |
NetTcp | 使用 Net.TCP 的协议。 | |
NetPipe | 使用命名的管道协议。 |