diff --git a/src/Foundation/NSUrlSessionHandler.cs b/src/Foundation/NSUrlSessionHandler.cs index dc82df1978..8c1d433dbf 100644 --- a/src/Foundation/NSUrlSessionHandler.cs +++ b/src/Foundation/NSUrlSessionHandler.cs @@ -532,7 +532,7 @@ namespace Foundation { #if NET // Properties that will be called by the default HttpClientHandler - public bool AutomaticDecompression { + public DecompressionMethods AutomaticDecompression { get => throw new PlatformNotSupportedException (); set => throw new PlatformNotSupportedException (); }