XSockets.NET is an open-source real-time framework for .NET 4.0+ and Mono.
Questions tagged [xsockets.net]
96 questions
0
votes
1 answer
XSockets Plug-in Framework AddLocation
Composable.AddLocation doesn't works for me, even dll is loaded (i can see it in output window), but GetExport(s) return null always.
I used standard example from http://xsockets.net/docs/the-plugin-framework
So this…

arteny
- 339
- 1
- 4
- 14
0
votes
1 answer
XSocket.Net - Error during WebSocket handshake: Unexpected response code: 404
I am using XSocket.Net for Real time Communication in .Net version 4.5.
I am very new to XSocket.Net.
The following is what i tried. In the Controller folder I created MyController with following code.
using System;
using…

Tinku Chacko
- 520
- 1
- 6
- 20
0
votes
2 answers
Async using WCF
I have a Windows forms application that depends on oneway WCF service ; which simply returns data from (Oracle) Database.
Some of client calls to wcf are long running, now we need to implement a way to asynchronously capture and send Oracle's…

TonyP
- 5,655
- 13
- 60
- 94
0
votes
1 answer
Azure cloud service project - architecture
I have looked around a lot to wrap my head around the concepts, and now I need to present my plan for some review.
I will create a cloud service that receives notifications from, and consumes REST services of a web API of another company.
The data…

right_there
- 175
- 1
- 1
- 11
0
votes
1 answer
Xsockets.NET over proxy server
I have written a winforms client, that connects to a Windows service establishing a connection with XSockets.Net. This is working fine for a direct connection to the internet.
But when there is a proxy server, it will fail.
As I checked the…

freh
- 1
- 1
- 3
0
votes
1 answer
XSockets do not connect from Firefox
I need to use web sockets for some interactions with the user. I have pretty much copypasted solution from here - http://xsockets.net/blog/angular-js-xsocketsnet and got an issue with Firefox (27.0.1).
When I try to make this call (TwoWayBinding is…

Vočko
- 2,478
- 1
- 23
- 31
0
votes
0 answers
XSockets on Linux for WebRTC Voice Conferencing Setup?
I am very new to WebRTC and XSockets.
I have been struggling to work out how to start coding a WebRTC app running through XSockets. Ideally my production server would be running Ubuntu or similar but all I see is talk about Visual Studio, MVC etc.…

KriiV
- 1,882
- 4
- 25
- 43
0
votes
1 answer
XSocket.net ClientPool not working properly
I have a strange problem using XSockets.net, maybe someone can help me to find what I'm doing wrong.
I have in my main following method:
public void SendMessageToTestController(Guid id, string mess)
{
ITextArgs textargs = new TextArgs(mess,…

Rafa
- 2,328
- 3
- 27
- 44
0
votes
2 answers
Exception occurring while connecting a C# client application to XSockets Server
I am using XSockets for having two way (web socket based) communication between an XSockets Server and an existing C# desktop client application.
I have integrated code in my existing client application for communicating with XSockets Server.
For…

Faisal Mq
- 5,036
- 4
- 35
- 39
0
votes
1 answer
XSocket.net without PlugIn-Framework
I cannot find in the documentation a way to start a XSocket server without using the PlugIn Framework.
I have a very easy library which contains its own controllers (located in the library itself) and which references XSockets.
I don't really need…

Rafa
- 2,328
- 3
- 27
- 44
0
votes
1 answer
XSocket's Plug-in Framework not working: I cannot get an instance of IXSocketServerContainer
I have following code to start my server:
private static IXSocketServerContainer server = null;
public SocketServer()
{
server = XSockets.Plugin.Framework.Composable.GetExport();
}
this worked fine for me under WinXP…

Rafa
- 2,328
- 3
- 27
- 44
0
votes
0 answers
xSocket WebRTC Sample error
Hi i have a problem i have a aplication that i m desenvolving an its the same princepel like facebook like a social engine in mvc 4 i am trying to put video-conference i already tried in a empty asp.net mvc4 empty internet application and it works…
0
votes
0 answers
i implement it xsockect.net webrtc sample
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:…
0
votes
1 answer
Using parameters in XSockets.NET longrunning controller
For filter conditions on queries to a database it is nessessary to have parameters in longrunning controllers. It is possible to pass QueryString parameter to Custom controller, but I haven't found a way to do this for longrunning controllers.…

freh
- 1
- 1
- 3
0
votes
1 answer
Access to streams without the camera
Is it possible only to watch remote streams without access to my camera/microphone? Imagine that I only want to watch debate between Obama and Roomney.

Cvjetko
- 33
- 1
- 1
- 8