Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WCF and WF
  4. List up available named pipes?

List up available named pipes?

Scheduled Pinned Locked Moved WCF and WF
csharpwcfquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Don Rolando
    wrote on last edited by
    #1

    Just wanted to know if there is some possibility to list all registered named pipes on a machine? WCF allows working with named pipes for IPC, but it seems that named pipes are just good to connect to one specific process/pipe. A n:n relation of clients and servers seems hardly to realize, if you cannot have a look for registered pipes and to find those that have part of some ID in their name... And ideas? Maybe sharing some pipe would allow to provide some classes to multiple clients? Cheers, Roland

    M 1 Reply Last reply
    0
    • D Don Rolando

      Just wanted to know if there is some possibility to list all registered named pipes on a machine? WCF allows working with named pipes for IPC, but it seems that named pipes are just good to connect to one specific process/pipe. A n:n relation of clients and servers seems hardly to realize, if you cannot have a look for registered pipes and to find those that have part of some ID in their name... And ideas? Maybe sharing some pipe would allow to provide some classes to multiple clients? Cheers, Roland

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      Don Rolando wrote:

      Just wanted to know if there is some possibility to list all registered named pipes on a machine?

      Bing search on "enumerate named pipes" yields some interesting reading... Exploring the WCF Named Pipe Binding[^] Code to enumerate Windows Named Pipes in C and Basic[^] Enumerating Named Pipes in Windows[^] Named pipes transport in WCF is only good for one way or duplex IPC on the same machine, so how many clients do you need? Also, named pipes does allow multiple clients. Also see Choosing a Transport[^]

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      modified on Tuesday, July 5, 2011 7:09 PM

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups