can anyone help to connect Dot net to http protocol server(RRC)
One answer
Hi
I can help you getting started with this. You'll first have to know about OSLC APIs that are available and how to consume them. You can refer to following article for learning more about OSLC APIs https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2
For connecting to RTC Server using OSLC APIs and C# you can refer to following article - http://nkumar83.wordpress.com/2013/06/13/consuming-rtc-rational-team-concert-oslc-apis-using-c-post-1-authentication/
This article has sample code and explanation on authenticating into RTC and requesting a secure resource. Let me know if you have more questions.