Click or drag to resize
MessageContractMemberAttribute Class
Declares the base members for System.ServiceModel.MessageBodyMemberAttribute and System.ServiceModel.MessageHeaderAttribute.
Inheritance Hierarchy

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

The MessageContractMemberAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodMessageContractMemberAttribute
Initializes a new instance of the System.ServiceModel.MessageContractMemberAttribute 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyHasProtectionLevel
When overridden in a derived class, gets a value that indicates whether the member has a protection level assigned.
Public propertyName
Specifies the name of the element that corresponds to this member.
Public propertyNamespace
Specifies the namespace of the element that corresponds to this member.
Public propertyProtectionLevel
Specifies whether the member is to be transmitted as-is, signed, or signed and encrypted.
Top
See Also