HandlerMethodDescriptor Class  
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.
Represents a description of a handler method.
public ref class HandlerMethodDescriptor
	public class HandlerMethodDescriptor
	type HandlerMethodDescriptor = class
	Public Class HandlerMethodDescriptor
		- Inheritance
 - 
				HandlerMethodDescriptor
 
Constructors
| HandlerMethodDescriptor() | 
Properties
| HttpMethod | 
		 Gets or sets the http method.  | 
        	
| MethodInfo | 
		 Gets or sets the MethodInfo.  | 
        	
| Name | 
		 Gets or sets the name.  | 
        	
| Parameters | 
		 Gets or sets the parameters for the method.  |