Sdílet prostřednictvím


ODataController.Unauthorized Metoda

Definice

Přetížení

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

Parametry

odataError
ODataError

Návraty

Platí pro

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

Parametry

message
String

Návraty

Platí pro