> What is the exact exception message. I guess you didn't respect the class > hierarchy. You must derive your class from THTTPConnection as > TMyHTTPConnection does in the demo. You also has to assign you class to > THttpServer.ClientClass.
Well the TMyHTTPConnection is derived form THTTPConnection: TMyHttpConnection = class(THttpConnection) and before I start the HTTPServer I also call: HttpServer.ClientClass := TMyHttpConnection; The problem is that I only have a german error-statement: Im Projekt ... ist eine Exception der Klasse EInvalidCast aufgetreten. Meldung: 'Ungültige Typumwandlung'. Prozess wurde .... Stefan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be