Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.09 KB

File metadata and controls

20 lines (10 loc) · 1.09 KB

wcf-by-example-on-netnamedpipebinding

netNamedPipeBinding is the best binding for interprocess communication which crosses process boundaries on the same machine.

With netNamedPipeBinding the security can be achieved only through transport level security as it does not support message level security. However, messages are secured as only the same machine can call the service operations.

Files

  1. WCF Service - with Service contract implementation to read data from XML files.

  2. Windows Service - hosting WCF service

You can add Reference to client using net.pipe like

Add reference to client using net.pipe

for more details visit - https://geeksarray.com/blog/wcf-by-example-on-netnamedpipebinding