[Mono-dev] Why system.net.webresponse not implemented?

Alan McGovern alan.mcgovern at gmail.com
Fri Oct 23 05:53:05 EDT 2009


What makes you think it's not implemented? If you're attempting to subclass
WebResponse and are seeing NotImplemented exceptions, it's because you must
override those particular methods (and not call the base method!) and you
have not done so. The behaviour is the same on MS.NET.

Alan.

On Fri, Oct 23, 2009 at 10:38 AM, APS <dev.malst at apsystems.it> wrote:

> Hi,
>
> just a curiosity. Trying to interface with an Axis web service I
> found that System/System.Net/WebResponse is not implemented.
> Why so? I think it's a useful library, there's some particular issue
> on implementing it?
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20091023/519693b2/attachment.html 


More information about the Mono-devel-list mailing list