C# Class OpenRasta.Web.OperationResult.RequestMediaTypeUnsupported

The request media type (described by the Content-Type header in the request) could not be understood by the server. This will trigger a 415 error code.
Inheritance: OperationResult
ファイルを表示 Open project: 7digital/openrasta-stable

Public Methods

Method Description
RequestMediaTypeUnsupported ( ) : System

Method Details

RequestMediaTypeUnsupported() public method

public RequestMediaTypeUnsupported ( ) : System
return System