Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How to send/receive a HTTP request (it is good to give me a link)
http://msdn.microsoft.com/en-us/library/debx8sh9.aspx
Do you know what i typed into Google?
"c# .net send web request"
And this was the first result.
The simplest option is the System.Net.WebClient class, but that isn't always powerful enough to do what you need.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have to store token in cache that comes from rest api for about 1 hour of time. I am new to this so don't know much about same, Please help me to guide.
u can use jwt token or cache helper for same.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Actually, my requirement is, when a user type a URL in any browser like example.com?q=123 and hit go then my C# application will verify request and fetch the value of q.
any solution for this???
You will have to hook your application to somehow track all outgoing requests over port 80 and 443
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I was wondering if it's possible to send one HTTP request and receive the response body in multiple fragments. Does the HTTP protocol allow for this?
ASP.NET Web API has a class PushStreamContent which will allow you to send data back in chunks to the response stream.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am doing a project in modbus, i framed the request for reading coils in TCP,but i dont know how to do it for serialport can anyone help to frame this.
It seems you're using C#. In this case, I suggest you to use the nmodbus library.
It's open source and allows you to perform any Modbus operation via both TCP and serial protocol.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have to create a module using c# to consume Zimbra Webservice (soap protocol)
I wonder if anybody has already done this kind of project (talking about the Zimbra part)?
Regards,
you can find it here:
http://zimbra.svn.sourceforge.net/viewvc/zimbra/trunk/ZimbraCSharpClient/
and how to use it ... here :
http://www.zimbra.com/forums/developers/14017-zimbra-csharp-client-library.html