Simon Mourier's Avatar
Simon Mourier's blog (1351 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • .net
  • c#
  • network

How to use named pipes over network?

May 25, 2011 See the question and my original answer on StackOverflow

Starting with version 3.5, named pipes are supported natively in the .NET Framework, you don't have to use tedious interop p/invoke code. See this introduction article here: .NET 3.5 Adds Named Pipes Support for a sample.

Using this constructor overload, NamedPipeClientStream Constructor (String, String), you can pass a server name argument.

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms