HttpResponse.PushPromise Method
.NET Framework (current version)
Promotes a promised object.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PushPromise(String) | This API is to support applications sending push promises to HTTP 2.0 clients. You can find more details regarding to Http2 server push at HTTP/2 Specification Section 8.2: Server Push. |
![]() | PushPromise(String, String, NameValueCollection) | This API is to support applications sending push promises to HTTP 2.0 clients. You can find more details regarding to Http2 server push at HTTP/2 Specification Section 8.2: Server Push. |
Show:
