Пример #1
0
 /**
  * Set the Kind of request (GET,PUT,POST,DELETE)
  * @param RequestType
  */
 public void setRequestType(DSHTTPRequestType RequestType)
 {
     this.RequestType = RequestType;
 }
Пример #2
0
 /**
  * Set the Kind of request (GET,PUT,POST,DELETE)
  * @param RequestType
  */
 public void setRequestType(DSHTTPRequestType RequestType)
 {
     this.RequestType = RequestType;
 }