Click here to Skip to main content
15,881,204 members
Home / Discussions / C#
   

C#

 
QuestionLooking for a WCF host Pin
L Viljoen28-Mar-12 4:38
professionalL Viljoen28-Mar-12 4:38 
AnswerMessage Removed Pin
28-Mar-12 5:57
professionalN_tro_P28-Mar-12 5:57 
GeneralRe: Looking for a WCF host Pin
L Viljoen28-Mar-12 19:20
professionalL Viljoen28-Mar-12 19:20 
AnswerRe: Looking for a WCF host Pin
PIEBALDconsult28-Mar-12 6:48
mvePIEBALDconsult28-Mar-12 6:48 
GeneralRe: Looking for a WCF host Pin
SledgeHammer0128-Mar-12 12:56
SledgeHammer0128-Mar-12 12:56 
GeneralRe: Looking for a WCF host Pin
PIEBALDconsult28-Mar-12 14:01
mvePIEBALDconsult28-Mar-12 14:01 
GeneralRe: Looking for a WCF host Pin
L Viljoen28-Mar-12 19:14
professionalL Viljoen28-Mar-12 19:14 
AnswerRe: Looking for a WCF host Pin
jschell28-Mar-12 12:49
jschell28-Mar-12 12:49 
In general no. There isn't any reasonable way to identify protocol, type, etc generically. Nor much point since you must already know something about it to use it.

However you can write a UDP protocol service that does the following.
1. Each host starts a UDP port
2. Requests to the port are responded to with enough information that identifies what kind of host is available.
3. On start up a client sends a UDP request and processes response(s).

You could also do a ldap registration I suppose.
GeneralRe: Looking for a WCF host Pin
L Viljoen28-Mar-12 19:17
professionalL Viljoen28-Mar-12 19:17 
GeneralRe: Looking for a WCF host Pin
jschell29-Mar-12 7:58
jschell29-Mar-12 7:58 
Questionpassing array of doubles Pin
__John_28-Mar-12 2:57
__John_28-Mar-12 2:57 
AnswerRe: passing array of doubles Pin
BobJanova28-Mar-12 5:52
BobJanova28-Mar-12 5:52 
AnswerRe: passing array of doubles Pin
kevinnicol28-Mar-12 7:01
kevinnicol28-Mar-12 7:01 
GeneralRe: passing array of doubles Pin
BobJanova28-Mar-12 22:44
BobJanova28-Mar-12 22:44 
AnswerRe: passing array of doubles Pin
__John_28-Mar-12 23:06
__John_28-Mar-12 23:06 
GeneralRe: passing array of doubles Pin
DaveyM6929-Mar-12 2:46
professionalDaveyM6929-Mar-12 2:46 
AnswerRe: passing array of doubles Pin
Henry Minute29-Mar-12 4:38
Henry Minute29-Mar-12 4:38 
Questionruntime change into database Pin
Member 823360127-Mar-12 19:57
Member 823360127-Mar-12 19:57 
AnswerRe: runtime change into database Pin
Richard MacCutchan27-Mar-12 22:25
mveRichard MacCutchan27-Mar-12 22:25 
AnswerRe: runtime change into database Pin
Eddy Vluggen28-Mar-12 7:14
professionalEddy Vluggen28-Mar-12 7:14 
GeneralRe: runtime change into database Pin
Member 823360129-Mar-12 19:12
Member 823360129-Mar-12 19:12 
QuestionHow to make 64-bit registry writable in 32-bit application Pin
gshen27-Mar-12 13:55
gshen27-Mar-12 13:55 
AnswerRe: How to make 64-bit registry writable in 32-bit application Pin
Richard Andrew x6427-Mar-12 14:44
professionalRichard Andrew x6427-Mar-12 14:44 
GeneralRe: How to make 64-bit registry writable in 32-bit application Pin
gshen28-Mar-12 14:02
gshen28-Mar-12 14:02 
QuestionCopying/replacing a file in the system dir? Pin
Muammar©27-Mar-12 1:23
Muammar©27-Mar-12 1:23 

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.