Click or drag to resize
MessageContractAttribute Class
Defines a strongly-typed class that corresponds to a SOAP message.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ServiceModelMessageContractAttribute

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public sealed class MessageContractAttribute : Attribute

The MessageContractAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMessageContractAttribute
Initializes a new instance of the System.ServiceModel.MessageContractAttribute class.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyHasProtectionLevel
Gets a value that indicates whether the message has a protection level.
Public propertyIsWrapped
Gets or sets a value that specifies whether the message body has a wrapper element.
Public propertyProtectionLevel
Gets or sets a value that specified whether the message must be encrypted, signed, or both.
Public propertyWrapperName
Gets or sets the name of the wrapper element of the message body.
Public propertyWrapperNamespace
Gets or sets the namespace of the message body wrapper element.
Top
See Also