wcf client service interaction
suppose i am having a wcf(mywcf),and three clients(CL1,CL2,CL3) connected to my wcf,CL1 and CL2 belongs to PC1 and CL3 belongs to PC2. now the question is to dedect the client.(mywcf is having more开发者_开发知识库 then one endpoints).
It is not possible unless you send some identification in every message. So create custom SOAP header and MessageInspector
and use them to transfer your client's identification.
精彩评论