Example #1
0
 [ScriptName("error")] public HttpPromise Error(HttpDelegate4 function)
 {
     return(this);
 }
Example #2
0
 [ScriptName("success")] public HttpPromise Success(HttpDelegate4 function)
 {
     return(this);
 }