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.
Includes the Login and Logoff methods for Forms authentication by Project Server.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
[LoginForms Web service].LoginForms
Namespace: [LoginForms Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LoginForms.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LoginForms.asmx?wsdl
Syntax
'Declaration
<WebServiceBindingAttribute(Name := "LoginFormsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/LoginForms/")> _
Public Class LoginForms _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As LoginForms
[WebServiceBindingAttribute(Name = "LoginFormsSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/LoginForms/")]
public class LoginForms : SoapHttpClientProtocol
Remarks
For information about developing ASMX-based applications in a multi-authentication (claims- and Forms-based) environment, see Prerequisites for ASMX-Based Code Samples.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.