예제 #1
0
 public void SetDelete(string url, string dataType, string contentType, string type)
 {
     this.Delete = new TransportRequest(url, dataType, contentType, type);
 }
예제 #2
0
 public void SetAdd(string url, string dataType, string contentType, string type)
 {
     this.Add = new TransportRequest(url, dataType, contentType, type);
 }