using System; using System.Net; namespace AppLimit.CloudComputing.SharpBox.Common.Net.Web { /// /// This class contains the argument of the WebRequestExecuting event /// public class WebRequestExecutingEventArgs : EventArgs { /// /// The webrequest which has to be processed as self /// public WebRequest request; } }