Questions tagged [openx.net]

OpenX.NET is an open source project implementing OpenX API bindings for .NET

OpenX.NET is an open source project implementing OpenX API bindings for .NET https://github.com/mausch/OpenX.Net

2 questions
3
votes
2 answers

OpenX API on .NET 4.0

In my web project I have to serve ads through our openx server but after searching for documentation on how to implement openx's API on .NET, I haven't found anything. Does anyone know how to implement their API on .NET and how to serve ads through…
Hallaghan
  • 1,910
  • 6
  • 32
  • 47
1
vote
2 answers

OpenX API connection

While trying to connect to OpenX with the following code: (asp.net, c#) IOpenXProxy proxy = (IOpenXProxy)XmlRpcProxyGen.Create(typeof(IOpenXProxy)); proxy.Url = "http://testserver.com/OpenX/www/api/v2/xmlrpc/"; proxy.Logon("username",…
Elistan
  • 363
  • 1
  • 5
  • 13