![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | configure wcf away sometimes Hi say I develop a "backend" system which exposes functionality via WCF - a client running elsewhere can then use WCF to talk to my program. But if I later install the client on the same physical machine as my backend, can I configure WCF to "disappear"? I mean, can I somehow easily avoid the overhead of the network communication by configuring WCF to directly call my backend classes (as all the program code - client and server - is sitting together) instead of using proxies and network communication? (The client and backend are both programmed in .net/c#). Thanks, Peter |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: configure wcf away sometimes Peter, In the same box, you can use the named pipes binding (netNamedPipeBinding) or netTcpBinding, or if in the same executable try the Null Transport binding. Just expose a new endpoint with the chosen binding. More info on NullTransport here: http://weblogs.asp.net/cibrax/archiv...t-for-wcf.aspx Tiago Halm |
My System Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| configure network | Justin Rich | PowerShell | 3 | 01-17-2008 09:14 PM |
| Configure - Vista | hijack | Vista performance & maintenance | 0 | 01-08-2008 02:21 AM |
| How do I configure auto log on for XP? | Matt | Vista account administration | 2 | 06-27-2007 01:42 PM |
| Configure for News-only | Naseru | Vista mail | 1 | 05-30-2006 05:02 AM |