SoapServerFormatterSinkProvider::TypeFilterLevel Property

 

Gets or sets the TypeFilterLevel value of automatic deserialization the SoapServerFormatterSink performs.

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

public:
[ComVisibleAttribute(false)]
property TypeFilterLevel TypeFilterLevel {
	TypeFilterLevel get();
	void set(TypeFilterLevel value);
}

Property Value

Type: System.Runtime.Serialization.Formatters::TypeFilterLevel

The TypeFilterLevel that represents the current automatic deserialization level.

Supported values are Low (the default) and Full. For details about deserialization levels, see Automatic Deserialization in .NET Remoting.

.NET Framework
Available since 1.1
Return to top
Show: