Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create a web service to push messages to clients Pin
PIEBALDconsult6-Sep-11 2:41
mvePIEBALDconsult6-Sep-11 2:41 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion6-Sep-11 3:09
nitin_ion6-Sep-11 3:09 
GeneralRe: Create a web service to push messages to clients Pin
BobJanova6-Sep-11 3:23
BobJanova6-Sep-11 3:23 
GeneralRe: Create a web service to push messages to clients Pin
Pete O'Hanlon6-Sep-11 3:25
mvePete O'Hanlon6-Sep-11 3:25 
AnswerRe: Create a web service to push messages to clients Pin
Tony Pazzard6-Sep-11 4:15
Tony Pazzard6-Sep-11 4:15 
AnswerRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 0:16
mve#realJSOP7-Sep-11 0:16 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion7-Sep-11 0:27
nitin_ion7-Sep-11 0:27 
GeneralRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 2:21
mve#realJSOP7-Sep-11 2:21 
You obviously don't have even the most rudimentary understanding of the mechanics of a web service. Once more, a web service is a request/response system, and nothing more. If you want to "push" data somewhere, you cannot do it with a *web* service.

If you want to push data without it being requested, your best bet is to use a *windows* service that listens for connections, and broadcasts the data (via WCF or some other transport mechanism) to any client that might be listening and that knows how to interpret and react to the data being pushed.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997


AnswerRe: Create a web service to push messages to clients Pin
John Y.7-Sep-11 9:58
John Y.7-Sep-11 9:58 
QuestionDependency Injection Pin
siva4555-Sep-11 16:36
siva4555-Sep-11 16:36 
AnswerRe: Dependency Injection Pin
Abhinav S5-Sep-11 19:12
Abhinav S5-Sep-11 19:12 
QuestionHow can i present my new device to windows to recognise it? Pin
burhankaraman5-Sep-11 9:17
burhankaraman5-Sep-11 9:17 
AnswerRe: How can i present my new device to windows to recognise it? Pin
Evan Gallup5-Sep-11 17:51
Evan Gallup5-Sep-11 17:51 
AnswerRe: How can i present my new device to windows to recognise it? Pin
Eddy Vluggen5-Sep-11 21:52
professionalEddy Vluggen5-Sep-11 21:52 
QuestionRetail barcode question Pin
Jassim Rahma5-Sep-11 1:58
Jassim Rahma5-Sep-11 1:58 
AnswerRe: Retail barcode question Pin
Rob Philpott5-Sep-11 2:07
Rob Philpott5-Sep-11 2:07 
GeneralRe: Retail barcode question Pin
Jassim Rahma5-Sep-11 2:17
Jassim Rahma5-Sep-11 2:17 
GeneralRe: Retail barcode question Pin
kribo9-Sep-11 5:08
professionalkribo9-Sep-11 5:08 
AnswerRe: Retail barcode question Pin
OriginalGriff5-Sep-11 2:22
mveOriginalGriff5-Sep-11 2:22 
AnswerRe: Retail barcode question Pin
GuyThiebaut5-Sep-11 2:34
professionalGuyThiebaut5-Sep-11 2:34 
AnswerRe: Retail barcode question Pin
GParkings5-Sep-11 2:35
GParkings5-Sep-11 2:35 
QuestionExecuting,accessing and change a "CorelDraw" file through C# application [modified] Pin
Mahtab7774-Sep-11 20:11
Mahtab7774-Sep-11 20:11 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
OriginalGriff4-Sep-11 21:45
mveOriginalGriff4-Sep-11 21:45 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Eddy Vluggen5-Sep-11 6:43
professionalEddy Vluggen5-Sep-11 6:43 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Mahtab7775-Sep-11 21:12
Mahtab7775-Sep-11 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.