1 override of GetResponseAsync
System.Net.Requests (1)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (1)
59
public override System.Threading.Tasks.Task<System.Net.WebResponse>
GetResponseAsync
() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
4 references to GetResponseAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
763
Task<WebResponse> task = request.
GetResponseAsync
();
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
ResponseHeaderTests.cs (3)
56
HttpWebResponse response = (HttpWebResponse)await request.
GetResponseAsync
();
81
HttpWebResponse response = (HttpWebResponse)await request.
GetResponseAsync
();
106
HttpWebResponse response = (HttpWebResponse)await request.
GetResponseAsync
();