Is the called method accessing binding level information such as the source IP address?
You can use this snippet:
((RemoteEndpointMessageProperty)OperationContext.Current.IncomingMessageProperties[RemoteEndpointMessageProperty.Name]).Address;
Source: https://habr.com/ru/post/1731051/More articles:Java: InputStream read () returns a byte greater than 127? - javaWhere is the library for 'dlsym' - linkerКласс шаблона и свойства класса, которые также являются шаблонами - c++What is the "Starting Point" for PHP set_include_path - phpPrinting at a specific location using Java - javaXML-схема, не работающая с программным обеспечением веб-сервисов Factory - c#Самосоединение данных временных рядов - sqlShared files in output directories in C # - c #Using MonadError with Parsec - haskellWhy use primary keys? - rdbmsAll Articles