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
2010-02-02 21:31:22