using System.Collections.Generic; namespace UVC.Data { public class DataRequestInfo { private string url; private string method; private Dictionary headers; private string body; } }