3 overrides of EndGetRequestStream
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
52
public override System.IO.Stream
EndGetRequestStream
(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
149
public override System.IO.Stream
EndGetRequestStream
(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
240
public override System.IO.Stream
EndGetRequestStream
(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
1 reference to EndGetRequestStream
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1249
stream = new WebClientWriteStream(request.
EndGetRequestStream
(iar), request, this);