1 override of GetRequestStreamAsync
System.Net.Requests (1)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (1)
57public override System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
1 reference to GetRequestStreamAsync
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1021using (Stream writeStream = await request.GetRequestStreamAsync().ConfigureAwait(false))