.NET Framework Class Library
SoapServerFormatterSink Class

Provides the implementation for a server formatter sink that uses the SoapFormatter.

Namespace:  System.Runtime.Remoting.Channels
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)
Syntax

Visual Basic (Declaration)
Public Class SoapServerFormatterSink _
    Implements IServerChannelSink, IChannelSinkBase
Visual Basic (Usage)
Dim instance As SoapServerFormatterSink
C#
public class SoapServerFormatterSink : IServerChannelSink, 
    IChannelSinkBase
Visual C++
public ref class SoapServerFormatterSink : IServerChannelSink, 
    IChannelSinkBase
JScript
public class SoapServerFormatterSink implements IServerChannelSink, IChannelSinkBase
Remarks

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 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.

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 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.

Inheritance Hierarchy

System..::.Object
  System.Runtime.Remoting.Channels..::.SoapServerFormatterSink
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference

Other Resources

Tags :


Page view tracker