LoginForms Class

Includes methods for logon and logoff using Project Server authentication.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcLoginForms.LoginForms

Namespace:  WebSvcLoginForms
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "LoginFormsSoap", Namespace := "http://schemas.microsoft.com/office/project/server/webservices/LoginForms/")> _
Public Class LoginForms _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As LoginForms
[WebServiceBindingAttribute(Name = "LoginFormsSoap", Namespace = "http://schemas.microsoft.com/office/project/server/webservices/LoginForms/")]
public class LoginForms : SoapHttpClientProtocol

Remarks

For a complete example that uses the LoginForms class, see How to: Log on to Project Server Programmatically.

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.

See Also

Reference

LoginForms Members

WebSvcLoginForms Namespace