|
 |
aspx_beginners thread: System.Net.WebRequestFactory
Message #1 by "Richard McKinley" <r.mckinley@k...> on Tue, 27 Nov 2001 11:33:26 +0000
|
|
Hi,
I'm working through sample code, which defines an object variable as
System.Net.WebRequestFactory. Has this been replaced or incorporated into
a new namespace?
Development environment:
Win2K
.NET Framework SDK Beta2
VS.NET Beta2
Many thanks,
Richard
--
This e-mail is confidential and is intended for the named recipient only. If
you receive it in error please destroy the message and all copies. Kainos
Software Ltd. does not accept liability for damage sustained as a result of
malicious software (e.g. viruses). Kainos does not accept liability for, or
permit; the creation of contracts on its behalf by e-mail, the publication of
any defamatory statement by its employees by e-mail, or changes subsequently
made to the original message. The Company's registered office is located at
4-6 Upper Crescent, Belfast, BT7 1NT, Northern Ireland, Tel +xx xx xxxx xxxx.
Message #2 by "Mitch Denny" <mitch.denny@w...> on Tue, 27 Nov 2001 23:41:01 +1100
|
|
Richard,
I think the functionality was incorporated as static methods
into the WebRequest class itself. For example:
WebRequest.Create(...)
Hope this helps.
----------------------------------------
- Mitch Denny
- http://www.warbyte.com
- mitch.denny@w...
- +61 (414) 610-141
-
> -----Original Message-----
> From: Richard McKinley [mailto:r.mckinley@k...]
> Sent: Tuesday, 27 November 2001 10:33 PM
> To: aspx_beginners
> Subject: [aspx_beginners] System.Net.WebRequestFactory
>
>
>
>
> Hi,
>
> I'm working through sample code, which defines an object variable as
> System.Net.WebRequestFactory. Has this been replaced or
> incorporated into
> a new namespace?
>
> Development environment:
> Win2K
> .NET Framework SDK Beta2
> VS.NET Beta2
>
>
> Many thanks,
> Richard
>
>
> --
>
> This e-mail is confidential and is intended for the named
> recipient only. If
> you receive it in error please destroy the message and all
> copies. Kainos
> Software Ltd. does not accept liability for damage sustained
> as a result of
> malicious software (e.g. viruses). Kainos does not accept
> liability for, or
> permit; the creation of contracts on its behalf by e-mail,
> the publication of
> any defamatory statement by its employees by e-mail, or
> changes subsequently
> made to the original message. The Company's registered office
> is located at
> 4-6 Upper Crescent, Belfast, BT7 1NT, Northern Ireland, Tel
> +xx xx xxxx xxxx.
>
> ---
> The Antechinus C# Editor
>
> Enables you to design, compile and run C# applications
> from the integrated environment. Version 4.1 has been
> upgraded for seamless integration with Microsoft's
> Beta 2 version of the .NET environment. Antechinus
> enables project generation and maintenance for the
> compilation of console and Windows programs, libraries
> and add-on modules and includes syntax coloring and
> syntax error navigation after compiling.
> http://adtracking.wrox.com/track.asp?x=NEWS&url=www.c-point.com
> ---
> You are currently subscribed to aspx_beginners
> as: mitch.denny@w...
> $subst('Email.Unsub')
>
|
|
 |