Question

The called method have access to binding-level information like the origin IP address?

Was it helpful?

Solution

You should be able to use this snippet:

((RemoteEndpointMessageProperty)OperationContext.Current.IncomingMessageProperties[RemoteEndpointMessageProperty.Name]).Address;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top