View Single Post
  #6 (permalink)  
Old 09-17-2008, 02:29 PM
=?Utf-8?B?UHdhbGtl?=
 
Posts: n/a
Re: HttpWebRequest.GetRequestStream gone!

The method does actually exist, but it is called BeginGetRequestStream:

http://msdn.microsoft.com/en-us/libr...(VS .95).aspx

Peter Walke
Clarity Consulting



"msnews.microsoft.com" wrote:

> Aha, erm yes. Feel like a bit of a muppet now.
>
> I'm actually trying the use silverlight.
>
> Cheers for the replies!
>
>
>
> "msnews.microsoft.com" <brett.hargreaves@btinternet.com> wrote in message
> news:uUiTg4b4IHA.2580@TK2MSFTNGP06.phx.gbl...
> > Hi,
> >
> > I'm writing an applcation using the 3.5 framwork, and as part of it I need
> > to call a webpage.
> >
> > I'm using HttpWebRequest, and all the MS documentation states to use the
> > .GetRequestStream method. My problem is that this method just does NOT
> > exist! All I have that is remotely similair is .BeginGetRequestStream.
> >
> > Now I know how to use this, but it would be far easier if I could just the
> > original method.
> >
> > Does anyone know why this could have disappeared?
> >
> > Regards
> >

>
>
>

Reply With Quote