2 types derived from MessageContractMemberAttribute
System.ServiceModel (2)
System\ServiceModel\MessageBodyMemberAttribute.cs (1)
7
public class MessageBodyMemberAttribute :
MessageContractMemberAttribute
System\ServiceModel\MessageHeaderAttribute.cs (1)
7
public class MessageHeaderAttribute :
MessageContractMemberAttribute
3 references to MessageContractMemberAttribute
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
863
CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl,
MessageContractMemberAttribute
.NamePropertyName, setting.Name);
865
CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl,
MessageContractMemberAttribute
.NamespacePropertyName, setting.Namespace);
868
CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl,
MessageContractMemberAttribute
.ProtectionLevelPropertyName, setting.ProtectionLevel);