Re: Using Named Pipes ?
- From: "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxxxxxxxx>
- Date: Sun, 5 Feb 2006 21:25:36 -0600
Jarrod,
Have you considered using .NET remoting? Especially in .NET 2.0 (VS 2005),
its now easier to secure & encrypt remoting channels.
I understand the new to .NET 2.0 IpcChannel uses Named Pipes "under the
covers".
http://msdn2.microsoft.com/tz3ew9z6.aspx
Unfortunately I don't have specific links to "named pipes" implementations
in .NET 1.x.
--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Jarrod Morrison" <jarrodm@xxxxxxxxxxx> wrote in message
news:u39eN8KKGHA.3120@xxxxxxxxxxxxxxxxxxxxxxx
| Hi All
|
| Im looking for a way use named pipes between a service app and an app run
| when a user logs on and be able to pass string based data, im hoping that
| the service can contact the app that is running in the user session and
tell
| it a path of an app to launch as the logged on user. Does anybody know of
an
| easy way to do this or have any examples i could look at ? Any help is
| greatly appreciated
|
| Many thanks
|
|
.
- References:
- Using Named Pipes ?
- From: Jarrod Morrison
- Using Named Pipes ?
- Prev by Date: Re: Where can I find Interop.MAPI.dll
- Next by Date: Re: IsDate("ISomeTimesHateProgrammingMarch2005") = True
- Previous by thread: Using Named Pipes ?
- Next by thread: Re: vb.net tabpage hiding painting
- Index(es):
Relevant Pages
|