ArcGIS.PCL.Signed 3.2.1

dotnet add package ArcGIS.PCL.Signed --version 3.2.1
NuGet\Install-Package ArcGIS.PCL.Signed -Version 3.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ArcGIS.PCL.Signed" Version="3.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArcGIS.PCL.Signed --version 3.2.1
#r "nuget: ArcGIS.PCL.Signed, 3.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ArcGIS.PCL.Signed as a Cake Addin
#addin nuget:?package=ArcGIS.PCL.Signed&version=3.2.1

// Install ArcGIS.PCL.Signed as a Cake Tool
#tool nuget:?package=ArcGIS.PCL.Signed&version=3.2.1

ArcGIS.PCL can be used to call ArcGIS Server resources, including those from Portal for ArcGIS and ArcGIS Online. The resources can be secure or unsecure and the ArcGIS Online token service and OAuth token service are supported.

Supports the following as typed operations:

• CheckGenerateToken - create a token automatically via an ITokenProvider
• Query<T> - query a layer by attribute and / or spatial filters
• QueryForCount - only return the number of results for the query operation
• QueryForIds - only return the ObjectIds for the results of the query operation
• Find - search across n layers and fields in a service
• ApplyEdits<T> - post adds, updates and deletes to a feature service layer
• Geocode - single line of input to perform a geocode usning a custom locator or the Esri world locator
• Suggest - lightweight geocode operation that only returns text results, commonly used for predictive searching
• ReverseGeocode - find location candidates for a input point location
• Simplify<T> - alter geometries to be topologically consistent
• Project<T> - convert geometries to a different spatial reference
• Buffer<T> - buffers geometries by the distance requested
• DescribeSite - returns a url for every service discovered
• Ping - verify that the server can be accessed

Also supports converting GeoJSON <-> ArcGIS Features.

Works with .NET for Windows Store apps, .NET framework 4 and higher, Silverlight 5, Windows Phone 8 and higher, Xamarin Android and Xamarin iOS.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl5 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ArcGIS.PCL.Signed:

Package Downloads
ArcGIS.PCL.JsonDotNetSerializer.Signed

Strong named Json.NET implementation of an ISerializer to use with ArcGIS.PCL. To use just call JsonDotNetSerializer.Init().

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.1 3,358 5/29/2014

Added all operations to PortalGateway.
Removed access restrictions for PortalGateway.

Now instead of having to extend PortalGateway and add your own operations you can just create a PortalGateway instance and use the default operations.