Download RESTAgent

Description

Client library that makes it easy to consume hypermedia based resources over HTTP.

Icons

RESTAgent

Source Files

The download file restagent.zip has the following entries.


.hgignore/*from w w  w . j  ava2  s.  c om*/
ExploreWithPowershell.txt
Local.testsettings
RESTAgent.sln
RESTAgent.testsettings
RESTAgentSemanticsProviders.sln
Samples.sln
Samples/MazeExplorer.sln
Samples/MazeExplorer/MazeExplorer.csproj
Samples/MazeExplorer/Program.cs
Samples/MazeExplorer/Properties/AssemblyInfo.cs
Samples/MazeExplorer/app.config
Samples/MazeExplorer/packages.config
Samples/MediaTypes/HttpContrib.MediaTypes.StackOverflow/HelpHtmlHandler.cs
Samples/MediaTypes/HttpContrib.MediaTypes.StackOverflow/HttpContrib.MediaTypes.StackOverflow.csproj
Samples/MediaTypes/HttpContrib.MediaTypes.StackOverflow/Properties/AssemblyInfo.cs
Samples/MediaTypes/HttpContrib.MediaTypes.StackOverflow/StackOverflowDocumentHandler.cs
Samples/MediaTypes/Maze/LinkRelations.cs
Samples/MediaTypes/Maze/MazeLinkExtractor.cs
Samples/MediaTypes/Maze/MazeSemanticsProvider.cs
Samples/MediaTypes/Maze/Properties/AssemblyInfo.cs
Samples/MediaTypes/Maze/RESTAgent.Maze.csproj
Samples/MediaTypes/Maze/packages.config
Samples/MediaTypes/Microblog/DOM/MicroblogDocument.cs
Samples/MediaTypes/Microblog/Links.cs
Samples/MediaTypes/Microblog/MicroblogFormatter.cs
Samples/MediaTypes/Microblog/MicroblogLinkExtractor.cs
Samples/MediaTypes/Microblog/MicroblogSemanticsProvider.cs
Samples/MediaTypes/Microblog/Properties/AssemblyInfo.cs
Samples/MediaTypes/Microblog/RESTAgent.Microblog.csproj
Samples/MediaTypes/Microblog/packages.config
Samples/Microblog.Tests/InteractionTests.cs
Samples/Microblog.Tests/Microblog.Tests.csproj
Samples/Microblog.Tests/Properties/AssemblyInfo.cs
Samples/Microblog.Tests/packages.config
Samples/RESTAgent.Browser/BrowserForm.Designer.cs
Samples/RESTAgent.Browser/BrowserForm.cs
Samples/RESTAgent.Browser/BrowserForm.resx
Samples/RESTAgent.Browser/Properties/AssemblyInfo.cs
Samples/RESTAgent.Browser/Properties/Resources.Designer.cs
Samples/RESTAgent.Browser/Properties/Resources.resx
Samples/RESTAgent.Browser/Properties/Settings.Designer.cs
Samples/RESTAgent.Browser/Properties/Settings.settings
Samples/RESTAgent.Browser/RESTAgent.Browser.csproj
Samples/RESTAgent.Browser/packages.config
Samples/RESTShell.sln
Samples/RESTShell/.hgignore
Samples/RESTShell/Libs/CommonServiceLocator1.0/Microsoft.Practices.ServiceLocation.XML
Samples/RESTShell/Libs/CommonServiceLocator1.0/Microsoft.Practices.ServiceLocation.dll
Samples/RESTShell/Libs/CommonServiceLocator1.0/Readme.txt
Samples/RESTShell/Libs/Unity1.2/Microsoft.Practices.ObjectBuilder2.dll
Samples/RESTShell/Libs/Unity1.2/Microsoft.Practices.Unity.Configuration.dll
Samples/RESTShell/Libs/Unity1.2/Microsoft.Practices.Unity.Interception.Configuration.dll
Samples/RESTShell/Libs/Unity1.2/Microsoft.Practices.Unity.Interception.dll
Samples/RESTShell/Libs/Unity1.2/Microsoft.Practices.Unity.StaticFactory.dll
Samples/RESTShell/Libs/Unity1.2/Microsoft.Practices.Unity.dll
Samples/RESTShell/Plugins/HtmlViewer/HtmlController.cs
Samples/RESTShell/Plugins/HtmlViewer/HtmlView.Designer.cs
Samples/RESTShell/Plugins/HtmlViewer/HtmlView.cs
Samples/RESTShell/Plugins/HtmlViewer/HtmlView.resx
Samples/RESTShell/Plugins/HtmlViewer/HtmlViewer.csproj
Samples/RESTShell/Plugins/HtmlViewer/HtmlViewer.csproj.vspscc
Samples/RESTShell/Plugins/HtmlViewer/Properties/AssemblyInfo.cs
Samples/RESTShell/Plugins/Question/Properties/AssemblyInfo.cs
Samples/RESTShell/Plugins/Question/Question.csproj
Samples/RESTShell/Plugins/Question/QuestionContent.cs
Samples/RESTShell/Plugins/Question/QuestionController.cs
Samples/RESTShell/Plugins/Question/QuestionMediaTypeHandler.cs
Samples/RESTShell/Plugins/Question/QuestionView.Designer.cs
Samples/RESTShell/Plugins/Question/QuestionView.cs
Samples/RESTShell/Plugins/Question/QuestionView.resx
Samples/RESTShell/RESTShell.Interface/Command.cs
Samples/RESTShell/RESTShell.Interface/IDialog.cs
Samples/RESTShell/RESTShell.Interface/IMediaTypeController.cs
Samples/RESTShell/RESTShell.Interface/IMediaTypeRenderer.cs
Samples/RESTShell/RESTShell.Interface/IResponseController.cs
Samples/RESTShell/RESTShell.Interface/IShell.cs
Samples/RESTShell/RESTShell.Interface/IView.cs
Samples/RESTShell/RESTShell.Interface/RESTShell.Interface.csproj
Samples/RESTShell/RESTShell.Interface/TMShopClient.Interface.csproj.vspscc
Samples/RESTShell/RESTShell.Interface/packages.config
Samples/RESTShell/RESTShell.Tests/ClientStateTests.cs
Samples/RESTShell/RESTShell.Tests/Fakes/FakeHttpService.cs
Samples/RESTShell/RESTShell.Tests/Fakes/FakeShell.cs
Samples/RESTShell/RESTShell.Tests/Fakes/FakeShellForm.cs
Samples/RESTShell/RESTShell.Tests/Properties/AssemblyInfo.cs
Samples/RESTShell/RESTShell.Tests/RESTShell.Tests.csproj
Samples/RESTShell/RESTShell.Tests/Shell/ShellTests.cs
Samples/RESTShell/RESTShell.Tests/TMShopClient.Tests.csproj.vspscc
Samples/RESTShell/RESTShell.Tests/Tools/Services/ServiceTests.cs
Samples/RESTShell/RESTShell.Tests/Tools/UnityTests.cs
Samples/RESTShell/RESTShell/App.config
Samples/RESTShell/RESTShell/Controllers/HtmlController.cs
Samples/RESTShell/RESTShell/Controllers/MazeController.cs
Samples/RESTShell/RESTShell/Controllers/PlainTextController.cs
Samples/RESTShell/RESTShell/Controllers/XamlController.cs
Samples/RESTShell/RESTShell/Interfaces/IContentController.cs
Samples/RESTShell/RESTShell/Missions/EscapeMaze.cs
Samples/RESTShell/RESTShell/Overview.cd
Samples/RESTShell/RESTShell/Program.cs
Samples/RESTShell/RESTShell/Properties/Resources.Designer.cs
Samples/RESTShell/RESTShell/Properties/Resources.resx
Samples/RESTShell/RESTShell/Properties/Settings.Designer.cs
Samples/RESTShell/RESTShell/Properties/Settings.settings
Samples/RESTShell/RESTShell/Properties/app.manifest
Samples/RESTShell/RESTShell/RESTShell.csproj
Samples/RESTShell/RESTShell/Resources/CirclePageUp.png
Samples/RESTShell/RESTShell/Resources/Cleanup.gif
Samples/RESTShell/RESTShell/Shell/ShellController.cs
Samples/RESTShell/RESTShell/Shell/ShellForm.Designer.cs
Samples/RESTShell/RESTShell/Shell/ShellForm.cs
Samples/RESTShell/RESTShell/Shell/ShellForm.resx
Samples/RESTShell/RESTShell/Shell/ShellModel.cs
Samples/RESTShell/RESTShell/TMShopClient.csproj.vspscc
Samples/RESTShell/RESTShell/Tools/ExceptionControl.cs
Samples/RESTShell/RESTShell/Tools/ExceptionControl.resx
Samples/RESTShell/RESTShell/Tools/ExceptionDialog.cs
Samples/RESTShell/RESTShell/Tools/ExceptionDialog.resx
Samples/RESTShell/RESTShell/Tools/Interfaces/IShellView.cs
Samples/RESTShell/RESTShell/Tools/Log4NetTraceListener.cs
Samples/RESTShell/RESTShell/Tools/Services/ClientServerTimeOffset.cs
Samples/RESTShell/RESTShell/Tools/Services/DataEventArgs.cs
Samples/RESTShell/RESTShell/Views/HtmlView.Designer.cs
Samples/RESTShell/RESTShell/Views/HtmlView.cs
Samples/RESTShell/RESTShell/Views/HtmlView.resx
Samples/RESTShell/RESTShell/Views/PlainTextView.Designer.cs
Samples/RESTShell/RESTShell/Views/PlainTextView.cs
Samples/RESTShell/RESTShell/Views/PlainTextView.resx
Samples/RESTShell/RESTShell/Views/XamlView.Designer.cs
Samples/RESTShell/RESTShell/Views/XamlView.cs
Samples/RESTShell/RESTShell/Views/XamlView.resx
Samples/RESTShell/RESTShell/packages.config
Samples/RESTShell/Tavis/.hgignore
Samples/RESTShell/Tavis/Libs/Log4net1.2.10/log4net.dll
Samples/RESTShell/Tavis/Libs/MEF.P9/System.ComponentModel.Composition.dll
Samples/RESTShell/Tavis/Libs/MEF.P9/System.ComponentModel.Composition.xml
Samples/RESTShell/Tavis/Libs/Microsoft.Http.P2/Microsoft.Http.dll
Samples/RESTShell/Tavis/Libs/ScriptingHost3.5/IronPython.dll
Samples/RESTShell/Tavis/Libs/ScriptingHost3.5/Microsoft.Dynamic.dll
Samples/RESTShell/Tavis/Libs/ScriptingHost3.5/Microsoft.Scripting.Core.dll
Samples/RESTShell/Tavis/Libs/ScriptingHost3.5/Microsoft.Scripting.Debugging.dll
Samples/RESTShell/Tavis/Libs/ScriptingHost3.5/Microsoft.Scripting.ExtensionAttribute.dll
Samples/RESTShell/Tavis/Libs/ScriptingHost3.5/Microsoft.Scripting.dll
Samples/RESTShell/Tavis/Scripting/HttpContentExtensions.cs
Samples/RESTShell/Tavis/Scripting/Properties/AssemblyInfo.cs
Samples/RESTShell/Tavis/Scripting/PythonScript.cs
Samples/RESTShell/Tavis/Scripting/Tavis.Scripting.csproj
Samples/RESTShell/Tavis/Scripting/Tavis.Scripting.csproj.vspscc
Samples/ServerSamples.sln
Samples/StackOverflowExplorer.sln
Samples/StackOverflowExplorer/Program.cs
Samples/StackOverflowExplorer/Properties/AssemblyInfo.cs
Samples/StackOverflowExplorer/StackOverflowExplorer.csproj
Samples/StackOverflowExplorer/app.config
Samples/TestServer/Processors/LoggingProcessor.cs
Samples/TestServer/Program.cs
Samples/TestServer/Properties/AssemblyInfo.cs
Samples/TestServer/Root.xaml
Samples/TestServer/Services/ILogger.cs
Samples/TestServer/TestHostConfig.cs
Samples/TestServer/TestServer.csproj
Samples/TestServer/TestService.cs
Samples/TestServer/app.config
Samples/TestServer/packages.config
Samples/packages/HtmlAgilityPack.1.4.0/HAPIcon.png
Samples/packages/HtmlAgilityPack.1.4.0/lib/HtmlAgilityPack.XML
Samples/packages/HtmlAgilityPack.1.4.0/lib/HtmlAgilityPack.dll
Samples/packages/HtmlAgilityPack.1.4.0/lib/Silverlight 4.0/HtmlAgilityPack.XML
Samples/packages/HtmlAgilityPack.1.4.0/lib/Silverlight 4.0/HtmlAgilityPack.dll
Samples/packages/HtmlAgilityPack.1.4.2/HAPIcon.png
Samples/packages/HtmlAgilityPack.1.4.2/lib/HtmlAgilityPack.XML
Samples/packages/HtmlAgilityPack.1.4.2/lib/HtmlAgilityPack.dll
Samples/packages/HtmlAgilityPack.1.4.2/lib/Silverlight 4.0/HtmlAgilityPack.XML
Samples/packages/HtmlAgilityPack.1.4.2/lib/Silverlight 4.0/HtmlAgilityPack.dll
Samples/packages/HttpClient.0.3.0/lib/40/Microsoft.Net.Http.dll
Samples/packages/HttpClient.0.3.0/lib/40/Microsoft.Net.Http.xml
Samples/packages/HttpClient.0.5.0/lib/40/Microsoft.Net.Http.Formatting.dll
Samples/packages/HttpClient.0.5.0/lib/40/Microsoft.Net.Http.Formatting.xml
Samples/packages/HttpClient.0.5.0/lib/40/Microsoft.Net.Http.dll
Samples/packages/HttpClient.0.5.0/lib/40/Microsoft.Net.Http.xml
Samples/packages/JsonValue.0.3.0/lib/40/Microsoft.Runtime.Serialization.Json.dll
Samples/packages/JsonValue.0.3.0/lib/40/Microsoft.Runtime.Serialization.Json.xml
Samples/packages/JsonValue.0.3.0/lib/40/Microsoft.ServiceModel.Web.jQuery.dll
Samples/packages/JsonValue.0.3.0/lib/40/Microsoft.ServiceModel.Web.jQuery.xml
Samples/packages/JsonValue.0.5.0/lib/40/Microsoft.Json.dll
Samples/packages/JsonValue.0.5.0/lib/40/Microsoft.Json.xml
Samples/packages/JsonValue.0.5.0/lib/40/Microsoft.Server.Common.dll
Samples/packages/WebAPIContrib.0.5.0/lib/WebApiContrib.Formatters.Core.dll
Samples/packages/WebAPIContrib.0.5.0/lib/WebApiContrib.MessageHandlers.dll
Samples/packages/WebAPIContrib.0.5.0/lib/WebApiContrib.OperationHandlers.dll
Samples/packages/WebApi.0.5.0/content/web.config.transform
Samples/packages/WebApi.0.5.0/lib/40-Full/Microsoft.ApplicationServer.Http.dll
Samples/packages/WebApi.0.5.0/lib/40-Full/Microsoft.ApplicationServer.Http.xml
Samples/packages/WebApi.0.5.0/lib/40-Full/Microsoft.Runtime.Serialization.Internal.dll
Samples/packages/WebApi.0.5.0/lib/40-Full/Microsoft.Server.Common.dll
Samples/packages/WebApi.0.5.0/lib/40-Full/Microsoft.ServiceModel.Internal.dll
Samples/packages/WebApi.Core.0.3.0/content/web.config.transform
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.ApplicationServer.Common.dll
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.ApplicationServer.Common.xml
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.ApplicationServer.Http.dll
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.ApplicationServer.Http.xml
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.ApplicationServer.Serialization.dll
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.ApplicationServer.Serialization.xml
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.ApplicationServer.ServiceModel.dll
Samples/packages/WebApi.Core.0.3.0/lib/40/Microsoft.QueryComposition.dll
Samples/packages/WebApi.Enhancements.0.3.0/lib/40/Microsoft.ApplicationServer.HttpEnhancements.XML
Samples/packages/WebApi.Enhancements.0.3.0/lib/40/Microsoft.ApplicationServer.HttpEnhancements.dll
Samples/packages/WebApi.Enhancements.0.5.0/lib/40-Full/Microsoft.ApplicationServer.HttpEnhancements.dll
Samples/packages/WebApi.Enhancements.0.5.0/lib/40-Full/Microsoft.ApplicationServer.HttpEnhancements.xml
Samples/packages/WebApi.OData.0.5.0/lib/40-Full/EntityDataModel.dll
Samples/packages/WebApi.OData.0.5.0/lib/40-Full/Microsoft.Data.Spatial.dll
Samples/packages/WebApi.OData.0.5.0/lib/40-Full/Microsoft.Net.Http.Formatting.OData.dll
Samples/packages/WebApi.OData.0.5.0/lib/40-Full/Microsoft.Net.Http.Formatting.OData.xml
Samples/packages/WebApi.OData.0.5.0/lib/40-Full/System.Data.OData.dll
Samples/packages/log4net.1.2.10/lib/1.0/log4net.dll
Samples/packages/log4net.1.2.10/lib/1.0/log4net.xml
Samples/packages/log4net.1.2.10/lib/1.1/log4net.dll
Samples/packages/log4net.1.2.10/lib/1.1/log4net.xml
Samples/packages/log4net.1.2.10/lib/2.0/log4net.dll
Samples/packages/log4net.1.2.10/lib/2.0/log4net.xml
Samples/packages/repositories.config
TraceAndTestImpact.testsettings
build/BuildRestAgent.proj
build/BuildRestAgentHal.proj
build/BuildRestAgentHtml.proj
build/RESTAgent.Hal.nuspec
build/RESTAgent.Html.nuspec
build/RESTAgent.nuspec
build/UpdateTavisNugets.ps1
lib/msbuild/ICSharpCode.SharpZipLib.dll
lib/msbuild/MSBuild.Community.Tasks.Targets
lib/msbuild/MSBuild.Community.Tasks.dll
lib/msbuild/MSBuild.Community.Tasks.xml
lib/msbuild/MSBuild.Community.Tasks.xsd
lib/msbuild/NUnitReport.xsl
lib/nuget/NuGet.exe
packages/Hal.NET.1.0.10/lib/Hal.dll
packages/HtmlAgilityPack.1.4.3/HAPIcon.png
packages/HtmlAgilityPack.1.4.3/lib/HtmlAgilityPack.XML
packages/HtmlAgilityPack.1.4.3/lib/HtmlAgilityPack.dll
packages/HtmlAgilityPack.1.4.3/lib/Silverlight 4.0/HtmlAgilityPack.XML
packages/HtmlAgilityPack.1.4.3/lib/Silverlight 4.0/HtmlAgilityPack.dll
packages/HtmlAgilityPack.1.4.3/lib/sl3-wp/HtmlAgilityPack.XML
packages/HtmlAgilityPack.1.4.3/lib/sl3-wp/HtmlAgilityPack.dll
packages/HtmlAgilityPack.1.4.3/lib/sl4-windowsphone71/HtmlAgilityPack.XML
packages/HtmlAgilityPack.1.4.3/lib/sl4-windowsphone71/HtmlAgilityPack.dll
packages/RESTAgent.1.2.1/lib/NET40/RESTAgent.dll
packages/RESTAgent.Hal.0.1.0.39952/lib/NET40/RESTAgent.Hal.dll
packages/RESTAgent.Html.0.1.0.40088/lib/NET40/RESTAgent.Html.dll
packages/System.Json.4.0.20126.16343/lib/net40/System.Json.dll
packages/System.Json.4.0.20126.16343/lib/net40/System.Json.xml
packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.WebRequest.dll
packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.WebRequest.xml
packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.dll
packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.xml
packages/System.Net.Http.Formatting.4.0.20126.16343/lib/net40/System.Net.Http.Formatting.dll
packages/System.Net.Http.Formatting.4.0.20126.16343/lib/net40/System.Net.Http.Formatting.xml
packages/TID.0.5.1/lib/TavisIntegrationDocument.dll
packages/log4net.2.0.0/lib/net10-full/log4net.dll
packages/log4net.2.0.0/lib/net10-full/log4net.xml
packages/log4net.2.0.0/lib/net11-full/log4net.dll
packages/log4net.2.0.0/lib/net11-full/log4net.xml
packages/log4net.2.0.0/lib/net20-cf/log4net.dll
packages/log4net.2.0.0/lib/net20-cf/log4net.xml
packages/log4net.2.0.0/lib/net20-full/log4net.dll
packages/log4net.2.0.0/lib/net20-full/log4net.xml
packages/log4net.2.0.0/lib/net35-client/log4net.dll
packages/log4net.2.0.0/lib/net35-client/log4net.xml
packages/log4net.2.0.0/lib/net35-full/log4net.dll
packages/log4net.2.0.0/lib/net35-full/log4net.xml
packages/log4net.2.0.0/lib/net40-client/log4net.dll
packages/log4net.2.0.0/lib/net40-client/log4net.xml
packages/log4net.2.0.0/lib/net40-full/log4net.dll
packages/log4net.2.0.0/lib/net40-full/log4net.xml
packages/repositories.config
src/Libs/HtmlAgilityPack1.4.0/HtmlAgilityPack.XML
src/Libs/HtmlAgilityPack1.4.0/HtmlAgilityPack.dll
src/Libs/Log4net1.2.10/log4net.dll
src/Libs/Microsoft.Net/Microsoft.Http.Extensions.dll
src/Libs/Microsoft.Net/Microsoft.Net.Http.dll
src/Libs/WCFHttp/Microsoft.Http.Extensions.dll
src/Libs/WCFHttp/Microsoft.ServiceModel.Http.dll
src/Libs/WCFHttp/Microsoft.ServiceModel.WebHttp.dll
src/RESTAgent.BasicMediaTypes/ContentManagement.cd
src/RESTAgent.BasicMediaTypes/Hal/HalDocument.cs
src/RESTAgent.BasicMediaTypes/Hal/HalDocumentExtensions.cs
src/RESTAgent.BasicMediaTypes/Hal/HalLink.cs
src/RESTAgent.BasicMediaTypes/Hal/HalModel.cd
src/RESTAgent.BasicMediaTypes/Hal/HalNode.cs
src/RESTAgent.BasicMediaTypes/Hal/HalPath.cs
src/RESTAgent.BasicMediaTypes/Hal/HalProperty.cs
src/RESTAgent.BasicMediaTypes/Hal/HalResource.cs
src/RESTAgent.BasicMediaTypes/HttpContentHalExtensions.cs
src/RESTAgent.BasicMediaTypes/Properties/AssemblyInfo.cs
src/RESTAgent.BasicMediaTypes/RESTAgent.BasicMediaTypes.csproj
src/RESTAgent.BasicMediaTypes/XmlSemanticsProvider.cs
src/RESTAgent.BasicMediaTypes/packages.config
src/RESTAgent.Interfaces/Properties/AssemblyInfo.cs
src/RESTAgent.Interfaces/RESTAgent.Interfaces.csproj
src/RESTAgent.Interfaces/packages.config
src/RESTAgent.Tests/Fakes/FakeFormatter.cs
src/RESTAgent.Tests/Fakes/FakeWebRequestChannel.cs
src/RESTAgent.Tests/Fakes/HypermediaContentWrapper.cs
src/RESTAgent.Tests/FormatterTests.cs
src/RESTAgent.Tests/HalTests.cs
src/RESTAgent.Tests/HeaderTests.cs
src/RESTAgent.Tests/HttpClientTests.cs
src/RESTAgent.Tests/HttpContentTests.cs
src/RESTAgent.Tests/HttpResponseMessageTests.cs
src/RESTAgent.Tests/LinkTests.cs
src/RESTAgent.Tests/Properties/AssemblyInfo.cs
src/RESTAgent.Tests/RESTAgent.Tests.csproj
src/RESTAgent.Tests/RestAgentTests.cs
src/RESTAgent.Tests/SemanticRegistryTest.cs
src/RESTAgent.Tests/Tools/LinkHistoryTests.cs
src/RESTAgent.Tests/Tools/LinkTests.cs
src/RESTAgent.Tests/Tools/PathWalkerTests.cs
src/RESTAgent.Tests/Tools/PlainTextFormatter.cs
src/RESTAgent.Tests/app.config
src/RESTAgent.Tests/packages.config
src/RESTAgent/Content/FileContent.cs
src/RESTAgent/Formatters/XmlFormatter.cs
src/RESTAgent/HypermediaContent.cs
src/RESTAgent/Interfaces/IHypermediaContent.cs
src/RESTAgent/Interfaces/ILink.cs
src/RESTAgent/Interfaces/ILinkExtractor.cs
src/RESTAgent/Interfaces/ILinkFactory.cs
src/RESTAgent/Interfaces/ILinkRelation.cs
src/RESTAgent/Interfaces/IResponseReceivedEventArgs.cs
src/RESTAgent/Interfaces/ISemanticsProvider.cs
src/RESTAgent/Interfaces/ISemanticsRegistry.cs
src/RESTAgent/Interfaces/ISemanticsRepository.cs
src/RESTAgent/Link.cs
src/RESTAgent/LinkExtensions.cs
src/RESTAgent/LinkFactory.cs
src/RESTAgent/LinkHistory.cs
src/RESTAgent/LinkTypes/SearchLink.cs
src/RESTAgent/Properties/AssemblyInfo.cs
src/RESTAgent/RESTAgent.csproj
src/RESTAgent/ResponseReceivedEventArgs.cs
src/RESTAgent/RestAgent.cs
src/RESTAgent/RestAgentExceptions.cs
src/RESTAgent/RestAgentHandler.cs
src/RESTAgent/RestAgentStatus.cs
src/RESTAgent/SemanticsProviders/XmlSemanticsProvider.cs
src/RESTAgent/SemanticsRegistry.cs
src/RESTAgent/Tools/ContentExtensions.cs
src/RESTAgent/Tools/HttpResponseMessageExtensions.cs
src/RESTAgent/Tools/HttpUtility.cs
src/RESTAgent/Tools/MemoryStreamExtensions.cs
src/RESTAgent/Tools/PathWalker.cs
src/RESTAgent/Tools/QueryParameters.cs
src/RESTAgent/Tools/RestAgentExtensions.cs
src/RESTAgent/Tools/ServerException.cs
src/RESTAgent/Tools/UriExtensions.cs
src/RESTAgent/Tools/XElementExtensions.cs
src/RESTAgent/packages.config
src/SemanticsProviders/RESTAgent.Hal.Tests/Fakes/FakeFormatter.cs
src/SemanticsProviders/RESTAgent.Hal.Tests/Fakes/FakeWebRequestChannel.cs
src/SemanticsProviders/RESTAgent.Hal.Tests/Fakes/HypermediaContentWrapper.cs
src/SemanticsProviders/RESTAgent.Hal.Tests/NavigateTests.cs
src/SemanticsProviders/RESTAgent.Hal.Tests/Properties/AssemblyInfo.cs
src/SemanticsProviders/RESTAgent.Hal.Tests/RESTAgent.Hal.Tests.csproj
src/SemanticsProviders/RESTAgent.Hal.Tests/packages.config
src/SemanticsProviders/RESTAgent.Hal/HalFormatter.cs
src/SemanticsProviders/RESTAgent.Hal/HalLinkExtractor.cs
src/SemanticsProviders/RESTAgent.Hal/HalSemanticsProvider.cs
src/SemanticsProviders/RESTAgent.Hal/Properties/AssemblyInfo.cs
src/SemanticsProviders/RESTAgent.Hal/RESTAgent.Hal.csproj
src/SemanticsProviders/RESTAgent.Hal/packages.config
src/SemanticsProviders/RESTAgent.Html/HtmlFormatter.cs
src/SemanticsProviders/RESTAgent.Html/HtmlLinkExtractor.cs
src/SemanticsProviders/RESTAgent.Html/HtmlSemanticsProvider.cs
src/SemanticsProviders/RESTAgent.Html/Properties/AssemblyInfo.cs
src/SemanticsProviders/RESTAgent.Html/RESTAgent.Html.csproj
src/SemanticsProviders/RESTAgent.Html/packages.config
src/SemanticsProviders/RESTAgent.OpenSearch/OpenSearchFormatter.cs
src/SemanticsProviders/RESTAgent.OpenSearch/OpenSearchLink.cs
src/SemanticsProviders/RESTAgent.OpenSearch/Properties/AssemblyInfo.cs
src/SemanticsProviders/RESTAgent.OpenSearch/RESTAgent.OpenSearch.csproj
src/SemanticsProviders/RESTAgent.OpenSearch/packages.config
src/SemanticsProviders/RESTAgent.Text/PlainTextFormatter.cs
src/SemanticsProviders/RESTAgent.Text/PlainTextLinkExtractor.cs
src/SemanticsProviders/RESTAgent.Text/Properties/AssemblyInfo.cs
src/SemanticsProviders/RESTAgent.Text/RESTAgent.Text.csproj
src/SemanticsProviders/RESTAgent.Text/TextSemanticsProvider.cs
src/SemanticsProviders/RESTAgent.Text/packages.config
src/SemanticsProviders/RESTAgent.Xaml/Properties/AssemblyInfo.cs
src/SemanticsProviders/RESTAgent.Xaml/RESTAgent.Xaml.csproj
src/SemanticsProviders/RESTAgent.Xaml/XamlFormatter.cs
src/SemanticsProviders/RESTAgent.Xaml/XamlLinkExtractor.cs
src/SemanticsProviders/RESTAgent.Xaml/XamlSemanticsProvider.cs
src/SemanticsProviders/RESTAgent.Xaml/packages.config

Download

Click the following link to download restagent.zip.

restagent.zip




















Home »
  C# Free Code »
    Web »




AJAX
Blog
DotNetNuke
Email
HTML
Http
IIS
JavaScript
jQuery
RSS
URL
VoIP
Web
WebSite
WebSocket