2008-04-23 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / DefaultHttpHandler.cs
index 1636415efb2dc4c7168ef811450cab4b5f1f7cbb..3a03d7494cddb4fc8fe76e0b38359c442804a525 100644 (file)
@@ -44,23 +44,23 @@ namespace System.Web {
                        get { return false; }
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented, always returns null")]
                protected NameValueCollection ExecuteUrlHeaders {
                        get { return null; }
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented, always returns null")]
                public virtual IAsyncResult BeginProcessRequest (HttpContext context, AsyncCallback callback, object state)
                {
                        return null;
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented, does nothing")]
                public virtual void EndProcessRequest (IAsyncResult result)
                {
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented, does nothing")]
                public virtual void ProcessRequest (HttpContext context)
                {
                }