WssServersDataSet.WssServersRow.WSTS_ADMIN_PORT_IS_SSL 属性
指示将 TCP/IP 端口,设置管理是否 SharePoint 服务器上为项目还支持安全套接字层 (SSL) 协议。
命名空间: WebSvcWssInterop
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property WSTS_ADMIN_PORT_IS_SSL As Byte
Get
Set
用法
Dim instance As WssServersDataSet.WssServersRow
Dim value As Byte
value = instance.WSTS_ADMIN_PORT_IS_SSL
instance.WSTS_ADMIN_PORT_IS_SSL = value
public byte WSTS_ADMIN_PORT_IS_SSL { get; set; }
属性值
类型:System.Byte
备注
如果管理端口不支持 SSL,端口操作只能使用非安全 HTTP 协议。
另请参阅
引用
WssServersDataSet.WssServersRow 类