A helper class which will change the behavior of the operation to use the NetDataContractSerializer.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public class UseNetDataContractSerializerAttribute : Attribute, IOperationBehavior
Visual Basic (Declaration)
Public Class UseNetDataContractSerializerAttribute _
	Inherits Attribute _
	Implements IOperationBehavior

Remarks

This attribute can be applied either at a contract or an operation level.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Mindscape.LightSpeed.ServiceModel..::.UseNetDataContractSerializerAttribute

See Also