UnauthorizedResult Class
Represents an action result that returns an Unauthorized response.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | UnauthorizedResult(IEnumerable<AuthenticationHeaderValue^>^, ApiController^) | Initializes a new instance of the UnauthorizedResult class, using a controller. |
![]() | UnauthorizedResult(IEnumerable<AuthenticationHeaderValue^>^, HttpRequestMessage^) | Initializes a new instance of the UnauthorizedResult class, using a request. |
| Name | Description | |
|---|---|---|
![]() | Challenges | Gets the WWW-Authenticate challenges. |
![]() | Request | Gets the request message which led to this result. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecuteAsync(CancellationToken) | |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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:


