This documentation is archived and is not being maintained.

SignedInController Class

Visual Studio 2013

This really should be an MVC controller instad of Web API since we serve up HTML in some scenarios. However we require this endpoint to be on every Framework SDK deployment (not just SPS) and WebPlatform is only available for TFS and SPS right now.

System.Object
  System.Web.Http.ApiController
    Microsoft.TeamFoundation.Framework.Server.TfsApiController
      Microsoft.VisualStudio.Services.Authentication.SignedInController

Namespace:  Microsoft.VisualStudio.Services.Authentication
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

'Declaration
Public Class SignedInController _
	Inherits TfsApiController

The SignedInController type exposes the following members.

  NameDescription
Public propertyBaseHttpExceptions (Inherited from TfsApiController.)
Public propertyConfiguration (Inherited from ApiController.)
Public propertyControllerContext (Inherited from ApiController.)
Public propertyHttpExceptions (Inherited from TfsApiController.)
Public propertyModelState (Inherited from ApiController.)
Public propertyRequest (Inherited from ApiController.)
Public propertyRequestContextThe Setter is only for Unit testing purposes (Inherited from TfsApiController.)
Public propertyTraceArea (Inherited from TfsApiController.)
Public propertyUrl (Inherited from ApiController.)
Public propertyUser (Inherited from ApiController.)
Top

  NameDescription
Public methodDispose (Inherited from ApiController.)
Protected methodDispose(Boolean) (Inherited from ApiController.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodExecuteAsync (Inherited from ApiController.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodInitialize (Overrides TfsApiController.Initialize(HttpControllerContext).)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSignedIn
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: