Exemple #1
0
 void OwinHostContext.RegisterEndpointHandler(string pathMatch, HttpConsumerAction handler)
 {
     _context.RegisterEndpointHandler(pathMatch, handler);
 }