包括窗体身份验证通过 Project Server 的Login和Logoff方法。
继承层次结构
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
WebSvcLoginForms.LoginForms
命名空间: WebSvcLoginForms
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<WebServiceBindingAttribute(Name := "LoginFormsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/LoginForms/")> _
Public Class LoginForms _
Inherits SoapHttpClientProtocol
用法
Dim instance As LoginForms
[WebServiceBindingAttribute(Name = "LoginFormsSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/LoginForms/")]
public class LoginForms : SoapHttpClientProtocol
备注
有关开发基于 ASMX 的多身份验证 (索赔和基于窗体的) 环境中的应用程序的信息,请参阅Project 2013 中基于 ASMX 的代码示例的先决条件。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。