System.Runtime.Remoting [00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00] 1.0.3300.0 1.0.5000.0 2.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.Object System.Runtime.Remoting.Channels.IClientFormatterSinkProvider A creates client formatter sinks that use the to serialize messages for the client channel through which remoting messages flow. The function of the formatter sink is to generate the necessary headers and serialize the message to the stream. After reaching the formatter sink, the is forwarded to all sinks in the channel sink chain through the or calls. At this stage the message has already been serialized and is provided as information only. Sinks that need to create or modify the message must be placed in the sink chain before the formatter. This can be achieved by implementing both the and interfaces. The formatter sink can be placed in the sink chain later. Formatter sinks use sink configuration properties to configure the channel at run time. Sink properties can be specified in a configuration file, or programmatically, inside of a . In a configuration file all values are represented by strings, but when building a property programmatically, value types can be specified with their native values or with strings. The following table shows the sink configuration properties that can be specified for the current sink provider. Property Description includeVersions Specifies whether the formatter will include versioning information. Values are true or false. Using an instance of this object with untrusted data or across an unsecure channel is a security risk. Use this object only with trusted data and across a secure channel. For more information, see Untrusted Data Security Risks. Provides the implementation for a client formatter sink provider. Constructor To be added Initializes a new instance of the class with default values. 1.0.5000.0 2.0.0.0 Constructor To be added Initializes a new instance of the class with the given properties and provider data. A of configuration properties to use with the new instance of . A of provider data to use with the new instance of . 1.0.5000.0 2.0.0.0 Method System.Runtime.Remoting.Channels.IClientChannelSink When the method is called, it creates its own channel sink, forwards the call to the next sink provider in the chain (if there is one), and ensures that the next sink and the current one are linked together. Creates a sink chain. The first sink of the newly formed channel sink chain, or null, which indicates that this provider will not or cannot provide a connection for this endpoint. Channel for which this sink chain is being constructed. URL of object to connect to or the channel URI for the target object. A channel data object describing a channel on the remote server. 1.0.5000.0 2.0.0.0 Property System.Runtime.Remoting.Channels.IClientChannelSinkProvider To be added: an object of type 'IClientChannelSinkProvider' To be added Gets or sets the next in the sink provider chain. 1.0.5000.0 2.0.0.0