Click here to Skip to main content
15,921,716 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Optimize GDI+ for OCR Pin
Dave Kreskowiak11-Feb-09 10:14
mveDave Kreskowiak11-Feb-09 10:14 
GeneralRe: Optimize GDI+ for OCR Pin
Luc Pattyn11-Feb-09 11:51
sitebuilderLuc Pattyn11-Feb-09 11:51 
AnswerRe: Optimize GDI+ for OCR Pin
Mark Churchill11-Feb-09 12:44
Mark Churchill11-Feb-09 12:44 
AnswerRe: Optimize GDI+ for OCR Pin
supercat912-Feb-09 12:55
supercat912-Feb-09 12:55 
Questionsong/tune comparison Pin
Vishnu Prem11-Feb-09 7:09
Vishnu Prem11-Feb-09 7:09 
AnswerRe: song/tune comparison Pin
annathor19-Feb-09 2:44
annathor19-Feb-09 2:44 
QuestionWCF Caller context. Pin
MadShad200411-Feb-09 6:13
MadShad200411-Feb-09 6:13 
AnswerRe: WCF Caller context. Pin
MadShad200412-Feb-09 0:34
MadShad200412-Feb-09 0:34 
Okay, finally found the answer here... thanks Phil

http://blogs.msdn.com/phenning/archive/2007/08/08/remoteendpointmessageproperty-in-wcf-net-3-5.aspx[^]

It seems this was an after thought in WCF, but it is imho essential to have the ability to know who is calling my public methods, and how - even if it is just for simple logging or debugging.

I know the request may have been proxied accross the world, and that the physical 'sender' may not be reachable, and that the underlaying protocol may not be 'whatever', but I will 'always' want to access this kind of information.

It is simple really, someone calls me and I give them an answer - but only if I can see their number in the display. Maybe I just want to call them back later.

So to simply sum up what I wanted this for:

public void Subscribe(string MyCallbackProtocol, int MyCallbackPort, string MyCallbackInterfaceName){
    string YourAddress = (I want to determine this! I want to call you back later.);
}


There are 10 kinds of people that understand binary, those that do and those that don't...

Question.net Serializable DTO Pin
mokrala11-Feb-09 5:28
mokrala11-Feb-09 5:28 
QuestionKill a Thread Pin
εїзεїзεїз10-Feb-09 21:00
εїзεїзεїз10-Feb-09 21:00 
AnswerRe: Kill a Thread Pin
Dave Kreskowiak11-Feb-09 3:48
mveDave Kreskowiak11-Feb-09 3:48 
GeneralRe: Kill a Thread Pin
εїзεїзεїз11-Feb-09 22:18
εїзεїзεїз11-Feb-09 22:18 
GeneralRe: Kill a Thread Pin
Dave Kreskowiak12-Feb-09 1:34
mveDave Kreskowiak12-Feb-09 1:34 
AnswerRe: Kill a Thread Pin
just3ala213-Feb-09 11:45
just3ala213-Feb-09 11:45 
QuestionCustomizing setup.ini Pin
NICE TO MEET10-Feb-09 17:35
NICE TO MEET10-Feb-09 17:35 
QuestionRe: Customizing setup.ini Pin
led mike11-Feb-09 4:34
led mike11-Feb-09 4:34 
QuestionVS2005 - Setup & Deployment - Condition question Pin
JBAK_CP10-Feb-09 10:11
JBAK_CP10-Feb-09 10:11 
AnswerRe: VS2005 - Setup & Deployment - Condition question Pin
led mike10-Feb-09 11:22
led mike10-Feb-09 11:22 
QuestionRemote " Control Panel" Pin
skinfly10-Feb-09 3:41
skinfly10-Feb-09 3:41 
AnswerRe: Remote " Control Panel" Pin
Dave Kreskowiak10-Feb-09 3:51
mveDave Kreskowiak10-Feb-09 3:51 
QuestionCreating MSI package Pin
NICE TO MEET10-Feb-09 1:30
NICE TO MEET10-Feb-09 1:30 
QuestionRe: Creating MSI package Pin
Vasudevan Deepak Kumar10-Feb-09 3:03
Vasudevan Deepak Kumar10-Feb-09 3:03 
AnswerRe: Creating MSI package Pin
NICE TO MEET10-Feb-09 16:29
NICE TO MEET10-Feb-09 16:29 
QuestionCSS deployment issue Pin
ShreyaSingh319-Feb-09 20:25
ShreyaSingh319-Feb-09 20:25 
AnswerRe: CSS deployment issue Pin
Vasudevan Deepak Kumar10-Feb-09 3:03
Vasudevan Deepak Kumar10-Feb-09 3:03 

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.