B
Bob Dankert
Is there any way to implement custom channel sinks while remoting without
using the RemotingConfiguration.Configure() method? I really don't want to
store the data in a .config file as I need to change the configuration
parameters, and do not want to have to write a new file each time. I have
found plenty of examples of using custom channel sinks with the Configure
method, but none that do not use this. Is this possible? If so, can
someone provide an example of how to do this? I am about ready to use
Reflector to see what the .Configure() method does, but I am sure it is
quite in depth and would take significant time to digest.
Thanks,
Bob Dankert
using the RemotingConfiguration.Configure() method? I really don't want to
store the data in a .config file as I need to change the configuration
parameters, and do not want to have to write a new file each time. I have
found plenty of examples of using custom channel sinks with the Configure
method, but none that do not use this. Is this possible? If so, can
someone provide an example of how to do this? I am about ready to use
Reflector to see what the .Configure() method does, but I am sure it is
quite in depth and would take significant time to digest.
Thanks,
Bob Dankert