Base:
method
BeginGetRequestStream
System.Net.WebRequest.BeginGetRequestStream(System.AsyncCallback, System.Object)
5 references to BeginGetRequestStream
System (1)
net\System\Net\FtpWebRequest.cs (1)
972asyncResult = (ContextAwareResult)httpWebRequest.BeginGetRequestStream(callback, state);
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (2)
4249IAsyncResult asyncResult = BaseAsyncResult.InvokeAsync(httpWebRequest.BeginGetRequestStream, this.AsyncEndGetRequestStream, pereq); 4361asyncResult = BaseAsyncResult.InvokeAsync(httpWebRequest.BeginGetRequestStream, this.AsyncEndGetRequestStream, pereq);
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
978WebRequest.BeginGetRequestStream(s_processGetRequestStreamCompletionCallback, this);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2737result = httpWebRequest.BeginGetRequestStream(onGetRequestStream, this);