52 references to SR
System.Net.Http.WinHttpHandler (52)
artifacts\obj\System.Net.Http.WinHttpHandler\Debug\net10.0\System.Net.Http.WinHttpHandler.notsupported.cs (52)
24
public WinHttpHandler() { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); }
25
public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
26
public bool AutomaticRedirection { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
27
public bool CheckCertificateRevocationList { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
28
public System.Net.Http.ClientCertificateOption ClientCertificateOption { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
29
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ClientCertificates { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
30
public System.Net.CookieContainer? CookieContainer { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
31
public System.Net.Http.CookieUsePolicy CookieUsePolicy { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
32
public System.Net.ICredentials? DefaultProxyCredentials { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
33
public bool EnableMultipleHttp2Connections { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
34
public int MaxAutomaticRedirections { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
35
public int MaxConnectionsPerServer { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
36
public int MaxResponseDrainSize { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
37
public int MaxResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
38
public bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
39
public System.Collections.Generic.IDictionary<string, object> Properties { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
40
public System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
41
public System.TimeSpan ReceiveDataTimeout { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
42
public System.TimeSpan ReceiveHeadersTimeout { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
43
public System.TimeSpan SendTimeout { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
44
public System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.X509Certificates.X509Chain, System.Net.Security.SslPolicyErrors, bool>? ServerCertificateValidationCallback { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
45
public System.Net.ICredentials? ServerCredentials { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
46
public System.Security.Authentication.SslProtocols SslProtocols { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
47
public bool TcpKeepAliveEnabled { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
48
public System.TimeSpan TcpKeepAliveTime { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
49
public System.TimeSpan TcpKeepAliveInterval { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
50
public System.Net.Http.WindowsProxyUsePolicy WindowsProxyUsePolicy { get { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); } }
52
protected override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.
SR
.PlatformNotSupported_WinHttpHandler); }