Sinks and SinkProviders ????

  • Thread starter Thread starter RobofNZ
  • Start date Start date
R

RobofNZ

Hi Guy's,

I'm a little new to the .NET enviroment but need to put together a
custom sink chain for a mini project I've got....

The problem that I'm having is that the system needs to be more tamper
proof than a config file would allow and I'm struggling to find any
examples or details on how to build a multi sink chain in code.....

Does anyone out there have a simple example piece of code which links
more than 2 sinks together in a chain. I would be most grateful for any
help that could be given....

Many thanks,
Rob.
 
Rob,

You might want to be a little more specific about what kind of sink you
are talking about.

Are you talking about a remoting sink, or something else?
 
Sorry no, I've found quite a few bits on msdn but the all seem to focus
on .config files and I have been told that they can't be used... (No
Encryption)

So instead I'm stuck with trying to build a tcp channel with binary
formating that has 4 sinks excluding the formater...

Getting functionality into a sink doesn't look too hard but at the
moment I'd be happy with just getting a passive chain built and adding
the functionality later...

Any ideas

Thanks,
Rob.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top