Ws.ServiceModel Namespace
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains Attribute classes that define aspects of the Web Services service model.
Classes
Class | Description | |
---|---|---|
DataContractAttribute | Specifies that the type defines or implements a data contract and is serializable by a serializer, such as the DataContractSerializer. | |
DataMemberAttribute | When applied to the member of a type, specifies that the member is part of a data contract and is serializable by the DataContractSerializer. | |
EnumMemberAttribute | Specifies that the field is an enumeration member and should be serialized. | |
MessageParameterAttribute | Controls the name of the request and response parameter names; cannot be used with message contracts. | |
OperationContractAttribute | Indicates that a method defines an operation that is part of a service contract in an application. | |
PolicyAssertionAttribute | Used to indicate that an interface or a class or operation has a binding policy assertion. | |
ServiceContractAttribute | Indicates that an interface or a class defines a service contract in an application. |