Click here to Skip to main content
15,908,841 members
Home / Discussions / C#
   

C#

 
QuestionHow to implement a socket (IP layer) packets using C# ? Pin
3bood.ghzawi27-Oct-09 0:25
3bood.ghzawi27-Oct-09 0:25 
AnswerRe: How to implement a socket (IP layer) packets using C# ? Pin
spiritboy27-Oct-09 0:31
spiritboy27-Oct-09 0:31 
Question[Message Deleted] Pin
saurabh8april27-Oct-09 0:16
saurabh8april27-Oct-09 0:16 
AnswerRe: collapsible meanubar Pin
Philip.F27-Oct-09 0:25
Philip.F27-Oct-09 0:25 
GeneralRe: collapsible meanubar Pin
saurabh8april27-Oct-09 0:31
saurabh8april27-Oct-09 0:31 
GeneralRe: collapsible meanubar Pin
Calla27-Oct-09 1:07
Calla27-Oct-09 1:07 
Questioninteracting with windows service Pin
Chesnokov Yuriy26-Oct-09 23:19
professionalChesnokov Yuriy26-Oct-09 23:19 
AnswerRe: interacting with windows service Pin
spiritboy27-Oct-09 0:17
spiritboy27-Oct-09 0:17 
AnswerRe: interacting with windows service Pin
Chesnokov Yuriy27-Oct-09 1:28
professionalChesnokov Yuriy27-Oct-09 1:28 
AnswerRe: interacting with windows service [modified] Pin
Hristo-Bojilov27-Oct-09 0:46
Hristo-Bojilov27-Oct-09 0:46 
GeneralRe: interacting with windows service Pin
Chesnokov Yuriy27-Oct-09 1:23
professionalChesnokov Yuriy27-Oct-09 1:23 
GeneralRe: interacting with windows service Pin
Hristo-Bojilov27-Oct-09 1:45
Hristo-Bojilov27-Oct-09 1:45 
As it's mentioned in the documentation here custom command codes should be only between 128 and 256:


The only values for a custom command that you can define in your application or use in OnCustomCommand are those between 128 and 256. Integers below 128 correspond to system-reserved values.


Just take a look to this sample that demonstrates this behavior.

I haven't found almost nothing about sending and receiving that from service but after analyzing some service based apps like SQL Server Db engine I suppose they it uses TCP socket on port 1433 and named pipes to serve the clients.

Life is a stage and we are all actors!

Questionproblem with client/server application Pin
Ajithevn26-Oct-09 23:00
Ajithevn26-Oct-09 23:00 
AnswerRe: problem with client/server application Pin
Christian Graus26-Oct-09 23:37
protectorChristian Graus26-Oct-09 23:37 
GeneralRe: problem with client/server application Pin
Ajithevn27-Oct-09 0:34
Ajithevn27-Oct-09 0:34 
AnswerRe: problem with client/server application Pin
spiritboy27-Oct-09 0:25
spiritboy27-Oct-09 0:25 
QuestionRemote Connection in Sql Server with C# Pin
anishkannan26-Oct-09 22:23
anishkannan26-Oct-09 22:23 
AnswerRe: Remote Connection in Sql Server with C# Pin
Ashfield26-Oct-09 22:46
Ashfield26-Oct-09 22:46 
GeneralRe: Remote Connection in Sql Server with C# Pin
spiritboy27-Oct-09 0:26
spiritboy27-Oct-09 0:26 
QuestionHow to select rows from a Dataset Pin
Nekkantidivya26-Oct-09 20:52
Nekkantidivya26-Oct-09 20:52 
AnswerRe: How to select rows from a Dataset Pin
Vikram A Punathambekar26-Oct-09 22:47
Vikram A Punathambekar26-Oct-09 22:47 
AnswerRe: How to select rows from a Dataset Pin
Adam R Harris27-Oct-09 10:04
Adam R Harris27-Oct-09 10:04 
QuestionLoad Dll in Runtime Pin
savitri26-Oct-09 20:14
savitri26-Oct-09 20:14 
QuestionTesting tools available for Testing the functionality Pin
support@Acsonnet.com26-Oct-09 20:05
support@Acsonnet.com26-Oct-09 20:05 
AnswerRe: Testing tools available for Testing the functionality Pin
N a v a n e e t h26-Oct-09 20:37
N a v a n e e t h26-Oct-09 20:37 

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.