public class RawRequestBodyFormatter : InputFormatterPublic Class RawRequestBodyFormatter
Inherits InputFormatterpublic ref class RawRequestBodyFormatter : public InputFormattertype RawRequestBodyFormatter =
class
inherit InputFormatter
end| RawRequestBodyFormatter | Инициализирует новый экземпляр класса RawRequestBodyFormatter |
| SupportedMediaTypes |
Gets the mutable collection of media type elements supported by
this InputFormatter.
(Унаследован от InputFormatter) |
| CanRead(InputFormatterContext) | (Унаследован от InputFormatter) |
| CanRead(InputFormatterContext) | Allow text/plain, application/octet-stream and no content type to be processed |
| CanReadType |
Determines whether this InputFormatter can deserialize an object of the given
type.
(Унаследован от InputFormatter) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetDefaultValueForType |
Gets the default value for a given type. Used to return a default value when the body contains no content.
(Унаследован от InputFormatter) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetSupportedContentTypes | (Унаследован от InputFormatter) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ReadAsync | (Унаследован от InputFormatter) |
| ReadRequestBodyAsync(InputFormatterContext) |
Reads an object from the request body.
(Унаследован от InputFormatter) |
| ReadRequestBodyAsync(InputFormatterContext) | Handle text/plain or no content type for string results Handle application/octet-stream for byte[] results |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |