Download GwApiNET

Description

This library hopes to provide an minimal abstraction from the Guild Wars 2 API using a Caching scheme to reduce network traffic and allow persistent data.

Icons

GwApiNET

Source Files

The download file gwapinet.zip has the following entries.


GwApiNET/Documentation/GwApiNETDocProject
GwApiNET/GwApiNET.sln/*from www .j av  a  2s . c om*/
GwApiNET/GwApiNET.vssscc
GwApiNET/GwApiNET/ApiRequest.cs
GwApiNET/GwApiNET/ApiRequestHandler.cs
GwApiNET/GwApiNET/AssymblyInfo.cs
GwApiNET/GwApiNET/AssymblyInfo.tt
GwApiNET/GwApiNET/Attributes.cs
GwApiNET/GwApiNET/CacheStrategy/AgeCacheStrategy.cs
GwApiNET/GwApiNET/CacheStrategy/BuildVersionCacheStrategy.cs
GwApiNET/GwApiNET/CacheStrategy/CollectionCacheStrategy.cs
GwApiNET/GwApiNET/CacheStrategy/DayOfWeekStrategy.cs
GwApiNET/GwApiNET/CacheStrategy/DictionaryCacheStrategy.cs
GwApiNET/GwApiNET/CacheStrategy/ICacheStrategy.cs
GwApiNET/GwApiNET/CacheStrategy/NullCacheStrategy.cs
GwApiNET/GwApiNET/ClassDiagram1.cd
GwApiNET/GwApiNET/Constants.cs
GwApiNET/GwApiNET/Enums.cs
GwApiNET/GwApiNET/ExceptionHelper.cs
GwApiNET/GwApiNET/Extensions.cs
GwApiNET/GwApiNET/Gw2PositionReader/Gw2PositionReaderApi.cs
GwApiNET/GwApiNET/Gw2PositionReader/Player.cs
GwApiNET/GwApiNET/Gw2PositionReader/Vector3.cs
GwApiNET/GwApiNET/Gw2Stats/Extensions.cs
GwApiNET/GwApiNET/Gw2Stats/Gw2StatsApi.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Gw2StatsMatchEntry.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Gw2StatsObjectives.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Gw2StatsRatingsObject.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Gw2StatsStatusEntry.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Parsers/Ge2StatsStatusEntryParser.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Parsers/Gw2StatsMatchEntryParser.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Parsers/Gw2StatsObjectivesParser.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Parsers/Gw2StatsRatingsObjectParser.cs
GwApiNET/GwApiNET/Gw2Stats/ResponseObjects/Parsers/Gw2StatsStatusCodeParser.cs
GwApiNET/GwApiNET/Gw2Stats/StatusCodeDescriptions.cs
GwApiNET/GwApiNET/GwApi.cs
GwApiNET/GwApiNET/GwApiException.cs
GwApiNET/GwApiNET/GwApiNET.csproj
GwApiNET/GwApiNET/GwApiNET.csproj.vspscc
GwApiNET/GwApiNET/GwMapsHelper.cs
GwApiNET/GwApiNET/IApiRequest.cs
GwApiNET/GwApiNET/IApiRequestHandler.cs
GwApiNET/GwApiNET/INetworkHandler.cs
GwApiNET/GwApiNET/IResponseCache.cs
GwApiNET/GwApiNET/Internal/TestedAttribute.cs
GwApiNET/GwApiNET/Logging/GwLogManager.cs
GwApiNET/GwApiNET/MathHelpers.cs
GwApiNET/GwApiNET/NetworkHandler.cs
GwApiNET/GwApiNET/ResponseCache.cs
GwApiNET/GwApiNET/ResponseException.cs
GwApiNET/GwApiNET/ResponseObjects/ColorEntry.cs
GwApiNET/GwApiNET/ResponseObjects/ContinentEntry.cs
GwApiNET/GwApiNET/ResponseObjects/EntryCollection.cs
GwApiNET/GwApiNET/ResponseObjects/EntryDictionary.cs
GwApiNET/GwApiNET/ResponseObjects/EventDetailsEntry.cs
GwApiNET/GwApiNET/ResponseObjects/EventEntry.cs
GwApiNET/GwApiNET/ResponseObjects/EventNameEntry.cs
GwApiNET/GwApiNET/ResponseObjects/FileEntry.cs
GwApiNET/GwApiNET/ResponseObjects/GuildDetailsEntry.cs
GwApiNET/GwApiNET/ResponseObjects/IdList.cs
GwApiNET/GwApiNET/ResponseObjects/ItemDetailsEntry.cs
GwApiNET/GwApiNET/ResponseObjects/MapEntry.cs
GwApiNET/GwApiNET/ResponseObjects/MapEntryBase.cs
GwApiNET/GwApiNET/ResponseObjects/MapFloorEntry.cs
GwApiNET/GwApiNET/ResponseObjects/MapNameEntry.cs
GwApiNET/GwApiNET/ResponseObjects/MatchDetailsEntry.cs
GwApiNET/GwApiNET/ResponseObjects/MatchEntry.cs
GwApiNET/GwApiNET/ResponseObjects/ObjectiveNameEntry.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/ApiParserBase.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/ColorEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/ContinentEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/EventDetailsEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/EventEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/EventNameEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/FileEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/GuildDetailsEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/ItemDetailsEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/ItemIdListParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/MapEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/MapFloorEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/MapNameEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/MatchDetailsEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/MatchEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/NullParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/ObjectiveNameEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/ParserHelper.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/RecipeDetailsEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/RecipeIdListParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/RenderServiceAssetParser.cs
GwApiNET/GwApiNET/ResponseObjects/Parsers/WorldNameEntryParser.cs
GwApiNET/GwApiNET/ResponseObjects/RecipeDetailsEntry.cs
GwApiNET/GwApiNET/ResponseObjects/RecipeIngredient.cs
GwApiNET/GwApiNET/ResponseObjects/RenderServiceAssetEntry.cs
GwApiNET/GwApiNET/ResponseObjects/ResponseObject.cs
GwApiNET/GwApiNET/ResponseObjects/WorldNameEntry.cs
GwApiNET/GwApiNET/SerializableDictionary.cs
GwApiNET/GwApiNET/StructExtensions.cs
GwApiNET/GwApiNET/XmlUtilities.cs
GwApiNET/GwApiNET/packages.config
GwApiNET/GwApiNET/template_exe.bat
GwApiNET/GwApiNETExample/App.config
GwApiNET/GwApiNETExample/Controls/ColorsUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/ColorsUserControl.cs
GwApiNET/GwApiNETExample/Controls/ColorsUserControl.resx
GwApiNET/GwApiNETExample/Controls/GuildDetailsUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/GuildDetailsUserControl.cs
GwApiNET/GwApiNETExample/Controls/GuildDetailsUserControl.resx
GwApiNET/GwApiNETExample/Controls/GwMapControl.cs
GwApiNET/GwApiNETExample/Controls/GwMapUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/GwMapUserControl.cs
GwApiNET/GwApiNETExample/Controls/GwMapUserControl.resx
GwApiNET/GwApiNETExample/Controls/IUpdateStatus.cs
GwApiNET/GwApiNETExample/Controls/ItemDetailsUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/ItemDetailsUserControl.cs
GwApiNET/GwApiNETExample/Controls/ItemDetailsUserControl.resx
GwApiNET/GwApiNETExample/Controls/ItemsSearchUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/ItemsSearchUserControl.cs
GwApiNET/GwApiNETExample/Controls/ItemsSearchUserControl.resx
GwApiNET/GwApiNETExample/Controls/RecipeDetailsUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/RecipeDetailsUserControl.cs
GwApiNET/GwApiNETExample/Controls/RecipeDetailsUserControl.resx
GwApiNET/GwApiNETExample/Controls/RecipeSearchUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/RecipeSearchUserControl.cs
GwApiNET/GwApiNETExample/Controls/RecipeSearchUserControl.resx
GwApiNET/GwApiNETExample/Controls/RecipeViewerUserControl.Designer.cs
GwApiNET/GwApiNETExample/Controls/RecipeViewerUserControl.cs
GwApiNET/GwApiNETExample/Controls/RecipeViewerUserControl.resx
GwApiNET/GwApiNETExample/Controls/UserControlBase.Designer.cs
GwApiNET/GwApiNETExample/Controls/UserControlBase.cs
GwApiNET/GwApiNETExample/Controls/UserControlBase.resx
GwApiNET/GwApiNETExample/Extensions.cs
GwApiNET/GwApiNETExample/Forms/MainForm.Designer.cs
GwApiNET/GwApiNETExample/Forms/MainForm.cs
GwApiNET/GwApiNETExample/Forms/MainForm.resx
GwApiNET/GwApiNETExample/Gw2Map.cs
GwApiNET/GwApiNETExample/GwApiNETExample.csproj
GwApiNET/GwApiNETExample/GwApiNETExample.csproj.vspscc
GwApiNET/GwApiNETExample/Managers/ApiManagerBase.cs
GwApiNET/GwApiNETExample/Managers/ColorsManager.cs
GwApiNET/GwApiNETExample/Managers/IApiManager.cs
GwApiNET/GwApiNETExample/Managers/ItemManager.cs
GwApiNET/GwApiNETExample/Managers/MapManager.cs
GwApiNET/GwApiNETExample/Managers/RecipeManager.cs
GwApiNET/GwApiNETExample/ObservableDictionary.cs
GwApiNET/GwApiNETExample/Program.cs
GwApiNET/GwApiNETExample/Properties/AssemblyInfo.cs
GwApiNET/GwApiNETExample/Properties/Resources.Designer.cs
GwApiNET/GwApiNETExample/Properties/Resources.resx
GwApiNET/GwApiNETExample/Properties/Settings.Designer.cs
GwApiNET/GwApiNETExample/Properties/Settings.settings
GwApiNET/GwApiNETExample/TabInfoTag.cs
GwApiNET/GwApiNETExample/UpdateStatusHelper.cs
GwApiNET/GwApiNETExample/packages.config
GwApiNET/GwApiNETTest/ApiRequestTest.cs
GwApiNET/GwApiNETTest/CacheStrategyTest/AgeCacheStrategyTest.cs
GwApiNET/GwApiNETTest/CacheStrategyTest/BuildVersionCacheStrategyTest.cs
GwApiNET/GwApiNETTest/CacheStrategyTest/CollectionCacheStrategyTest.cs
GwApiNET/GwApiNETTest/CacheStrategyTest/DayOfWeekStrategyTest.cs
GwApiNET/GwApiNETTest/CacheStrategyTest/DictionaryCacheStrategyTest.cs
GwApiNET/GwApiNETTest/ConstantsTest.cs
GwApiNET/GwApiNETTest/ExampleCodeSnippets.cs
GwApiNET/GwApiNETTest/Gw2PositionReaderTest/Gw2PositionReaderApiTest.cs
GwApiNET/GwApiNETTest/Gw2PositionReaderTest/PositionReaderTestData.cs
GwApiNET/GwApiNETTest/Gw2StatsTest/Gw2StatsApiTest.cs
GwApiNET/GwApiNETTest/Gw2StatsTest/Temp.cs
GwApiNET/GwApiNETTest/Gw2StatsTest/TestData.cs
GwApiNET/GwApiNETTest/GwApiExceptionTest.cs
GwApiNET/GwApiNETTest/GwApiNETTest.csproj
GwApiNET/GwApiNETTest/GwApiNETTest.csproj.vspscc
GwApiNET/GwApiNETTest/GwApiTest.cs
GwApiNET/GwApiNETTest/GwMapsHelperTest.cs
GwApiNET/GwApiNETTest/Logging/GwLogManagerTest.cs
GwApiNET/GwApiNETTest/MockNetworkHandler.cs
GwApiNET/GwApiNETTest/MockNetworkHandlerTest.cs
GwApiNET/GwApiNETTest/MockRenderServiceNetworkHandler.cs
GwApiNET/GwApiNETTest/Properties/AssemblyInfo.cs
GwApiNET/GwApiNETTest/ResponseCacheTest.cs
GwApiNET/GwApiNETTest/ResponseObjectTest/RecipeDetailsEntryTest.cs
GwApiNET/GwApiNETTest/ResponseObjectTest/ResponseObjectTest.cs
GwApiNET/GwApiNETTest/SerializationTest.cs
GwApiNET/GwApiNETTest/TestData.cs
GwApiNET/GwApiNETTest/TestHelper.cs
GwApiNET/GwApiNETTest/Tester.cs
GwApiNET/GwApiNETTest/packages.config
GwApiNET/TestData/Gw2Stats/matches.json
GwApiNET/TestData/Gw2Stats/matches.json-objectives=true&ratings=true
GwApiNET/TestData/Gw2Stats/objectives.json
GwApiNET/TestData/Gw2Stats/objectives.json-type=all
GwApiNET/TestData/Gw2Stats/objectives.json-type=match&id=1-1
GwApiNET/TestData/Gw2Stats/objectives.json-type=world&id=1019
GwApiNET/TestData/Gw2Stats/ratings.json
GwApiNET/TestData/Gw2Stats/status.json
GwApiNET/TestData/Gw2Stats/status_codes.json
GwApiNET/TestData/PositionReader/data.bin
GwApiNET/TestData/build.json
GwApiNET/TestData/colors.json
GwApiNET/TestData/colors.json-lang=en
GwApiNET/TestData/continents.json
GwApiNET/TestData/event_details.json
GwApiNET/TestData/event_details.json-event_id=EED8A79F-B374-4AE6-BA6F-B7B98D9D7142
GwApiNET/TestData/event_details.json-lang=en
GwApiNET/TestData/event_names.json
GwApiNET/TestData/event_names.json-lang=en
GwApiNET/TestData/events.json
GwApiNET/TestData/events.json-world_id=1001
GwApiNET/TestData/file/102478.png
GwApiNET/TestData/file/528724.jpg
GwApiNET/TestData/file/528724.png
GwApiNET/TestData/file/97461.png
GwApiNET/TestData/guild_details.json-guild_id=e27eb3aa-eafa-4c1b-ba7a-5202a519e291
GwApiNET/TestData/guild_details.json-guild_name=123456
GwApiNET/TestData/guild_details.json-guild_name=Valour Of The Forsaken
GwApiNET/TestData/guild_details.json-guild_name=abcdefg123456
GwApiNET/TestData/item_details.json-item_id=12862
GwApiNET/TestData/item_details.json-lang=en&item_id=12862
GwApiNET/TestData/item_details.json-lang=en&item_id=39276
GwApiNET/TestData/items.json
GwApiNET/TestData/map_floor.json-continent_id=1&floor=0
GwApiNET/TestData/map_floor.json-continent_id=1&floor=1
GwApiNET/TestData/map_floor.json-continent_id=2&floor=27
GwApiNET/TestData/map_floor.json-lang=en&continent_id=1&floor=1
GwApiNET/TestData/map_floor.json-lang=en&continent_id=2&floor=27
GwApiNET/TestData/map_names.json
GwApiNET/TestData/map_names.json-lang=en
GwApiNET/TestData/maps.json
GwApiNET/TestData/maps.json-lang=en
GwApiNET/TestData/recipe_details.json-lang=en&recipe_id=1275
GwApiNET/TestData/recipe_details.json-recipe_id=1275
GwApiNET/TestData/recipes.json
GwApiNET/TestData/world_names.json
GwApiNET/TestData/world_names.json-lang=en
GwApiNET/TestData/wvw-matches.json
GwApiNET/TestData/wvw/match_details.json
GwApiNET/TestData/wvw/match_details.json-match_id=1-4
GwApiNET/TestData/wvw/match_details.json_errors
GwApiNET/TestData/wvw/matches.json
GwApiNET/TestData/wvw/objective_names.json
GwApiNET/UML/ResponseObjectFlow.uml
GwApiNET/files.json
GwApiNET/packages/GMap.NET.WindowsForms.1.7/GMap.NET.WindowsForms.1.7.nupkg
GwApiNET/packages/GMap.NET.WindowsForms.1.7/GMap.NET.WindowsForms.1.7.nuspec
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net20/GMap.NET.Core.dll
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net20/GMap.NET.Core.xml
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net20/GMap.NET.WindowsForms.dll
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net20/GMap.NET.WindowsForms.xml
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net40/GMap.NET.Core.dll
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net40/GMap.NET.Core.xml
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net40/GMap.NET.WindowsForms.dll
GwApiNET/packages/GMap.NET.WindowsForms.1.7/lib/net40/GMap.NET.WindowsForms.xml
GwApiNET/packages/GMap.NET.WindowsForms.1.7/readme.txt
GwApiNET/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg
GwApiNET/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec
GwApiNET/packages/NUnit.2.6.2/lib/nunit.framework.dll
GwApiNET/packages/NUnit.2.6.2/lib/nunit.framework.xml
GwApiNET/packages/NUnit.2.6.2/license.txt
GwApiNET/packages/Newtonsoft.Json.5.0.6/Newtonsoft.Json.5.0.6.nupkg
GwApiNET/packages/Newtonsoft.Json.5.0.6/Newtonsoft.Json.5.0.6.nuspec
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net20/Newtonsoft.Json.dll
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net20/Newtonsoft.Json.xml
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net35/Newtonsoft.Json.dll
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net35/Newtonsoft.Json.xml
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net40/Newtonsoft.Json.dll
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net40/Newtonsoft.Json.xml
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net45/Newtonsoft.Json.dll
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/net45/Newtonsoft.Json.xml
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/netcore45/Newtonsoft.Json.dll
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/netcore45/Newtonsoft.Json.xml
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/portable-net45+wp80+win8/Newtonsoft.Json.dll
GwApiNET/packages/Newtonsoft.Json.5.0.6/lib/portable-net45+wp80+win8/Newtonsoft.Json.xml
GwApiNET/packages/RestSharp.104.1/RestSharp.104.1.nupkg
GwApiNET/packages/RestSharp.104.1/RestSharp.104.1.nuspec
GwApiNET/packages/RestSharp.104.1/lib/net35-client/RestSharp.dll
GwApiNET/packages/RestSharp.104.1/lib/net35-client/RestSharp.xml
GwApiNET/packages/RestSharp.104.1/lib/net35/RestSharp.dll
GwApiNET/packages/RestSharp.104.1/lib/net35/RestSharp.xml
GwApiNET/packages/RestSharp.104.1/lib/net4-client/RestSharp.dll
GwApiNET/packages/RestSharp.104.1/lib/net4-client/RestSharp.xml
GwApiNET/packages/RestSharp.104.1/lib/net4/RestSharp.dll
GwApiNET/packages/RestSharp.104.1/lib/net4/RestSharp.xml
GwApiNET/packages/RestSharp.104.1/lib/sl4-wp71/RestSharp.WindowsPhone.dll
GwApiNET/packages/RestSharp.104.1/lib/sl4-wp71/RestSharp.WindowsPhone.xml
GwApiNET/packages/RestSharp.104.1/lib/sl4/RestSharp.Silverlight.dll
GwApiNET/packages/RestSharp.104.1/lib/sl4/RestSharp.Silverlight.xml
GwApiNET/packages/RestSharp.104.1/readme.txt
GwApiNET/packages/repositories.config
GwApiNET/~lib/BitFactory.dll
GwApiNET/~lib/SLF.BitFactoryFacade.dll
GwApiNET/~lib/SLF.dll

Download

Click the following link to download gwapinet.zip.

gwapinet.zip




















Home »
  C# Free Code »
    Network »




ActiveDirectory
Bluetooth
Client
FTP
LDAP
Network
Server
Socket
TCP
WCF