views:

64

answers:

1

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

+1  A: 

You should be able to use this snippet:

((RemoteEndpointMessageProperty)OperationContext.Current.IncomingMessageProperties[RemoteEndpointMessageProperty.Name]).Address;
MattK