WebSocket with ASP.NET MVC and C#
Hi there,
I was looking your example for connecting to the WebSocket server (BinaryWS). I was wondering how can I get the response from the output in that code in a button click?
Thank you.
Hi there,
I was looking your example for connecting to the WebSocket server (BinaryWS). I was wondering how can I get the response from the output in that code in a button click?
Thank you.
Comments
Basically I am looking to implement this in a ASP.NET MVC C#, calling same methods and get the response from the server, but I am not sure how to do this.
@flaviano13 can you check this https://binary.vanillacommunity.com/discussion/108/c-trading-example#latest
@Raunak Thanks, As per Flav, the documentation is for console application, he needs ASP.NET MVC C# execution method. Can you please assist him?
@flaviano13 can you check these sample/tutorials as reference