3 references to HttpContinueDelegate
netstandard (1)
netstandard.cs (1)
1139[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpContinueDelegate))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
624[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.HttpContinueDelegate))]
System.Net.Requests (1)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (1)
195public System.Net.HttpContinueDelegate? ContinueDelegate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }