Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Middleware"/> class.
 /// </summary>
 /// <param name="attribute">The attribute.</param>
 /// <param name="method">The method.</param>
 public Middleware(MiddlewareAttribute attribute, MethodInfo method)
 {
     this.attribute = attribute;
     this.method = method;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Middleware"/> class.
 /// </summary>
 /// <param name="attribute">The attribute.</param>
 /// <param name="method">The method.</param>
 public Middleware(MiddlewareAttribute attribute, MethodInfo method)
 {
     this.attribute = attribute;
     this.method    = method;
 }