public interface IClientChannelSinkProvider
|
Channel sink providers are stored in a chain, and the user is responsible for chaining all channel sink providers together before passing the outer one to the channel constructor. IClientChannelSinkProvider provides a property called IServerChannelSinkProvider.Next for this purpose.
When multiple channel sink providers are specified in a configuration file, the remoting infrastructure will chain them together in the order they are found in the configuration file. The channel sink providers will be created when the channel is created during the RemotingConfiguration.Configure call.
Next | Read-write Gets or sets the next sink provider in the channel sink provider chain. |
CreateSink | Creates a sink chain. |
IClientChannelSinkProvider Next {get; set;}
|
IClientChannelSink CreateSink( |
channel
url
remoteChannelData