ServiceContractAttribute Constructor

Definition

Initializes a new instance of the ServiceContractAttribute class.

public:
 ServiceContractAttribute();
public ServiceContractAttribute ();
Public Sub New ()

Remarks

The constructor creates an instance of the attribute with no session requirements, no callback contract, and the default name and namespace.

Applies to