HandlerMethodDescriptor Class

Definition

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.

Applies to