This may be a stupid question, I need to pass a Surrogate Selector to the
BinaryFormatter that is used by the Remoting infrastructure, any ideas on how this can
be done. I thought maybe the BinaryClientFormatterSink or the
BinaryServerFormatterSink would have a property that allows me access to the Formatter
but that wasn't the case.
On the same note, if I can pass in my own SurrogateSelector I could also pass in my
own custom Binder to the Formatter ?
Any ideas guys on how this can be done ?
Thanks,
John