IAcceptsMetadata Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for accepting request media types.
public interface IAcceptsMetadata
	type IAcceptsMetadata = interface
	Public Interface IAcceptsMetadata
	- Derived
 
Properties
| ContentTypes | 
		 Gets a list of the allowed request content types.
If the incoming request contains a   | 
        	
| IsOptional | 
		 Gets a value that determines if the request body is optional.  | 
        	
| RequestType | 
		 Gets the type being read from the request.  |