|
We get
"""The communication object, System.ServiceModel.Channels.ServiceChanne, cannot be used for communication because it is in the Faulted state."""
message when we close the application. Can anyone tell me how to fix it? We know it is communication...
Started by Gopalakrishnan Subramani on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When you ask a question about an exception, you ... .
It basically involves inheriting from a class which will automatically recreate the channel if it faults .
We had a similar problem and this technique fixed it .
Take a look at the proxies project here.
|
|
What's the best .NET communication component or protocol for very low bandwidth and intermittently connected communication (i.e.: < 10 kilobits/sec)?
Started by Adrian on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You probably want a Socket and TCP/IP for the connection a very ... .
Yeap!, sockets is what you're looking for
RUDP looks pretty promising .
There is also a TcpClient and UdpClient in that namespace .
Socket.
What about UDP
Probably System.Net.Sockets.
|
|
How to balance "zone" time against open and active communication within a development team?
Started by Gonçalo Veiga on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are great, but open bullpens as work environments for "open communication" is a fantasy dreamed up of these actions is that the Signal-to-Noise ratio in communication is much better, since you.
|
Ask your Facebook Friends
|
I am trying to connect to Office Communication Server using the Unified Communications Managed API. I have tried my user and a fresh user enabled for OCS. Both account can successfully log into the Office Communicator client, but fail using the API. When...
Started by Robin Clowers on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You also need to pass in the user URI as well - for example:
//Initialize and register the endpoint, ... .
There should be a separate Domain property of NetworkCredential that you should be using .
Two things to note:
Username should not contain the domain.
|
|
What application do you use to monitor HTTP communication on OS X?
Started by lajos on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
This includes requests, responses ....
HTTPTracer
http://simile.mit.edu/wiki/HTTPTracer
Charles Proxy
Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP traffic between their machine and the Internet .
|
|
Is communication between clients and servers in java rmi secure (i.e. encrypted by default)?
Started by oO on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're using....
The answer is no.
I think you mean "encrypted" not "encoded".
JSR #76 would have provided RMI Security, however it was controversially voted down .
JERI for JINI gives JRMP (the RMI protocol) over SSL, IIRC .
Encrypted, no.
Encoded, yes.
|
|
Does mono touch allow you to do cross iPhone communication? (iPhones in the same room) If so, what's the API?
Started by tom greene on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
System.dll and includes the System.Net.Sockets namespace so some communication seems possible although and recompile some existing communication libraries using .NET against MonoTouch for distribution.
|
|
What are some possible reason for poor use of communication (or communication channels) within a business?
Started by Hi on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at yahoo):
But could be something as easy as location, and how quickly communication is passed down.
communication.
|
|
Is there any documentation on cross thread communication in Delphi? How can I send message to the thread that doesn't have a window?
Started by samir105 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It does abstract the communication between threads in a good way IMHO, but every abstraction costs also contains a few examples of communication between threads
If you have a reference.
|
|
I am currently working on a project that embeds a flash game, that uses Smartfoxserver for the flash communication. That communication is mostly just synchronizing the cursor and object movements between the two players.
Since I am not a flash guy, but...
Started by AGraefe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just be a socket server that handles all of the communication between clients, however I personally.
|