3 overrides of BeginGetRequestStream
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
50
public override System.IAsyncResult
BeginGetRequestStream
(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
147
public override System.IAsyncResult
BeginGetRequestStream
(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
238
public override System.IAsyncResult
BeginGetRequestStream
(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
1 reference to BeginGetRequestStream
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1242
request.
BeginGetRequestStream
(iar =>