Initializes a new instance of the NetDataContractOperationBehavior class.

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 NetDataContractOperationBehavior(
	OperationDescription operation,
	DataContractFormatAttribute dataContractFormatAttribute
)
Visual Basic (Declaration)
Public Sub New ( _
	operation As OperationDescription, _
	dataContractFormatAttribute As DataContractFormatAttribute _
)

Parameters

operation
Type: System.ServiceModel.Description..::.OperationDescription
The operation.
dataContractFormatAttribute
Type: System.ServiceModel..::.DataContractFormatAttribute
The data contract format attribute.

See Also