BinaryServerFormatterSink Class
Assembly: System.Runtime.Remoting (in system.runtime.remoting.dll)
'Declaration Public Class BinaryServerFormatterSink Implements IServerChannelSink, IChannelSinkBase 'Usage Dim instance As BinaryServerFormatterSink
public class BinaryServerFormatterSink implements IServerChannelSink, IChannelSinkBase
public class BinaryServerFormatterSink implements IServerChannelSink, IChannelSinkBase
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 the ChannelServices.CreateServerChannelSinkChain 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.
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 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 true or false. The default for both system-provided formatters is false. |
| typeFilterLevel | A string value that specifies the level of automatic deserialization that a server channel attempts. Supported values are Low (the default) and Full. For details about deserialization levels, see Automatic Deserialization in .NET Framework Remoting. 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. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.