Example #1
0
 public bool IsPostMethod()
 {
     return(BlinkBrowserPInvoke.wkeNetGetRequestMethod(job) == wkeRequestType.kWkeRequestTypePost);
 }