Hi, i have some troubles with System.ServiceModel.Activation.HttpHandler on mono. When i looked into source of this class, i saw some different code lines from microsoft's referencesource version.
In mono: link <https://github.com/mono/mono/blob/master/mcs/class/System.ServiceModel/System.ServiceModel.Activation/HttpHandler.cs> namespace System.ServiceModel.Activation { class HttpHandler : SvcHttpHandlerFactory { In .net: link <https://github.com/Microsoft/referencesource/blob/master/System.ServiceModel.Activation/System/ServiceModel/Activation/HttpHandler.cs> namespace System.ServiceModel.Activation { using System.Runtime; using System.Security; using System.ServiceModel; using System.Web; using System.Web.SessionState; class HttpHandler : IHttpHandler, IRequiresSessionState { I wonder if anyone deal with this handler before, alter codes etc... Any advice, ideas or suggestions will be greatly appreciated. -- View this message in context: http://mono.1490590.n4.nabble.com/System-ServiceModel-Activation-HttpHandler-tp4666359.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list Mono-aspnet-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-aspnet-list