-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Net.Httphelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
This adds APIs needed for HTTP/3.
struct System.Net.Security.SslApplicationProtocol
{
public static readonly System.Net.Security.SslApplicationProtocol Http3;
// Existing
// public static readonly System.Net.Security.SslApplicationProtocol Http2;
// public static readonly System.Net.Security.SslApplicationProtocol Http11;
}
class System.Net.HttpVersion
{
public static readonly System.Version Version30;
// Existing
// public static readonly System.Version Version20;
// public static readonly System.Version Version11;
// public static readonly System.Version Version10;
}
saknodanmoseley and samsosa
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Net.Httphelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors