Skip to content

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

geeksarray/wcf-by-example-on-netnamedpipebinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

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

https://geeksarray.com/blog/wcf-by-example-on-netnamedpipebinding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages