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.IServerChannelSink The request stream propagates from the server transport sink through the server channel sinks until it reaches the appropriate formatter sink. The formatter sink deserializes the message and passes it through the pipeline. A special dispatch sink is inserted at the end of the channel sink chain by method, which is called by server channels to create the server channel sink chains. When the message reaches the dispatch sink, the dispatch sink passes the message to the remoting infrastructure. Property Description includeVersions Specifies whether the formatter will include versioning information. Values are true or false. strictBinding Indicates that a receiving formatter will first try to identify the type using complete version information if it exists before using only the type name and assembly name without version information. Values are true or false. The default for both system-provided formatters is false. typeFilterLevel A string value specifying the level of automatic deserialization a server channel attempts. Supported values are Low (the default) and Full. For details about deserialization levels, see [<topic://cpconAutomaticDeserializationInNETRemoting>]. This property is supported only by the .NET Framework version 1.1 on the following platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, and Windows Server 2003 family. 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 server formatter sink that uses the . Constructor To be added: an object of type 'SoapServerFormatterSink+Protocol' To be added: an object of type 'IServerChannelSink' To be added: an object of type 'IChannelReceiver' To be added To be added 1.0.5000.0 2.0.0.0 Method System.Void To be added Requests processing from the current sink of the response from a method call sent asynchronously. A stack of sinks leading back to the server transport sink. Information associated with the current sink, generated on the request side, and needed on the response side. The response message. The headers to add to the return message heading to the client. The stream heading back to the transport sink. 1.0.5000.0 2.0.0.0 Method System.IO.Stream This method is called when a response stream needs to be created. Returns the onto which the provided response message is to be serialized. The onto which the provided response message is to be serialized. A stack of sinks leading back to the server transport sink. Information associated with the current sink, generated on the request side, and needed on the response side. The response message that is to be serialized. The headers to put in the response stream to the client. 1.0.5000.0 2.0.0.0 Property System.Runtime.Remoting.Channels.IServerChannelSink To be added: an object of type 'IServerChannelSink' To be added Gets the next in the sink chain. 1.0.5000.0 2.0.0.0 Method System.Runtime.Remoting.Channels.ServerProcessing To be added: an object of type 'IServerChannelSinkStack' To be added: an object of type 'Runtime.Remoting.Messaging.IMessage' To be added: an object of type 'ITransportHeaders' To be added: an object of type 'IO.Stream' To be added: an object of type 'Runtime.Remoting.Messaging.IMessage&' To be added: an object of type 'ITransportHeaders&' To be added: an object of type 'IO.Stream&' To be added To be added: an object of type 'ServerProcessing' To be added 1.0.5000.0 2.0.0.0 Property System.Collections.IDictionary To be added: an object of type 'Collections.IDictionary' To be added Gets a of properties for the current channel sink. 1.0.5000.0 2.0.0.0 Property 1.0.5000.0 2.0.0.0 System.Runtime.InteropServices.ComVisible(false) System.Runtime.Serialization.Formatters.TypeFilterLevel To be added. Supported values are Low (the default) and Full. For details about deserialization levels, see Automatic Deserialization in .NET Remoting. Gets or sets the TypeFilterLevel value of automatic deserialization the SoapServerFormatterSink performs.