Re: svn commit: r123867 - /httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h

2005-01-08 Thread Jeff White
From: <[EMAIL PROTECTED]> Handle GetProtocol correctly (and consistant with ASP.NET conventions.) A very, very good idea! :) virtual String* GetProtocol(void) When overridden in a derived class, returns the HTTP protocol (HTTP or HTTPS). .NET Framework Class Library HttpWorkerRequest.

svn commit: r123867 - /httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h

2005-01-02 Thread wrowe
Author: wrowe Date: Sat Jan 1 18:18:16 2005 New Revision: 123867 URL: http://svn.apache.org/viewcvs?view=rev&rev=123867 Log: Handle GetProtocol correctly (and consistant with ASP.NET conventions.) Modified: httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h Modified: httpd/mod_aspdotnet/