ODataController.Unauthorized Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Unauthorized(ODataError) | |
Unauthorized(String) |
Unauthorized(ODataError)
protected virtual Microsoft.AspNet.OData.Results.UnauthorizedODataResult Unauthorized (Microsoft.OData.ODataError odataError);
override this.Unauthorized : Microsoft.OData.ODataError -> Microsoft.AspNet.OData.Results.UnauthorizedODataResult
Protected Overridable Function Unauthorized (odataError As ODataError) As UnauthorizedODataResult
Paramètres
- odataError
- ODataError
Retours
S’applique à
Unauthorized(String)
protected virtual Microsoft.AspNet.OData.Results.UnauthorizedODataResult Unauthorized (string message);
override this.Unauthorized : string -> Microsoft.AspNet.OData.Results.UnauthorizedODataResult
Protected Overridable Function Unauthorized (message As String) As UnauthorizedODataResult
Paramètres
- message
- String