I have copied the C# code from Photobucket api and i am editing as per my need but i am not able to fix the following problem:

Can anyone suggest me how to overcome this issue.
Thanks in advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quite simply, timestampClient does not exist (or is inaccessible) at each point where you see the underlined variable with that message.
If it needs instantiating then set whatever like:
TimestampClient timestampClient = new TimestampClient()For this to work you need to ensure that you declare timestampClient somewhere accessible by your
DisplayMessagemethod