Home
Find the answer to your question
How can I make a simple GetSellerEvents call using the .NET SDK (C#)?
Summary
GetSellerEvents C# sample
This sample is using Microsoft Visual Studio 2010, eBay .NET SDK
Requirements:
After opening a C# project,
- Add a reference to eBay.Service dll
- Make sure Target Framework is NOT set to .NET Framework Client Profile
1. Add these namespaces
using eBay.Service.Call;
using eBay.Service.Core.Sdk;
using eBay.Service.Core.Soap;
2. Code Sample (This sample was in a windows form project in a button click):
/* ApiContext oContext = new ApiContext(); //' set the AuthToken //Add code to filter response here......... |