XmlRpc 2.1.1
.NET Framework 4.5
Install-Package XmlRpc -Version 2.1.1
dotnet add package XmlRpc --version 2.1.1
<PackageReference Include="XmlRpc" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XmlRpc --version 2.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XmlRpc, 2.1.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install XmlRpc as a Cake Addin
#addin nuget:?package=XmlRpc&version=2.1.1
// Install XmlRpc as a Cake Tool
#tool nuget:?package=XmlRpc&version=2.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Library for interfacing with a server using XmlRpc
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XmlRpc:
Package | Downloads |
---|---|
ManiaNet.DedicatedServer
This library contains all the required MethodCalls and Structs for interfacing with ManiaPlanet Dedicated Servers using the XmlRpc library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed derpy bug with MethodCall ParseResponseXml.