22 references to ServiceModelAttributeTargets
System.ServiceModel (22)
System\ServiceModel\Activation\AspNetCompatibilityRequirementsAttribute.cs (1)
13[AttributeUsage(ServiceModelAttributeTargets.ServiceBehavior)]
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
20[AttributeUsage(ServiceModelAttributeTargets.CallbackBehavior)]
System\ServiceModel\DataContractFormatAttribute.cs (2)
9[AttributeUsage(ServiceModelAttributeTargets.ServiceContract | ServiceModelAttributeTargets.OperationContract, Inherited = false, AllowMultiple = false)]
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
13[AttributeUsage(ServiceModelAttributeTargets.ContractBehavior, AllowMultiple = true)]
System\ServiceModel\FaultContractAttribute.cs (1)
12[AttributeUsage(ServiceModelAttributeTargets.OperationContract, AllowMultiple = true, Inherited = false)]
System\ServiceModel\MessageBodyMemberAttribute.cs (1)
6[AttributeUsage(ServiceModelAttributeTargets.MessageMember, Inherited = false)]
System\ServiceModel\MessageContractAttribute.cs (1)
13[AttributeUsage(ServiceModelAttributeTargets.MessageContract, AllowMultiple = false)]
System\ServiceModel\MessageHeaderArrayAttribute.cs (1)
6[AttributeUsage(ServiceModelAttributeTargets.MessageMember, AllowMultiple = false, Inherited = false)]
System\ServiceModel\MessageHeaderAttribute.cs (1)
6[AttributeUsage(ServiceModelAttributeTargets.MessageMember, AllowMultiple = false, Inherited = false)]
System\ServiceModel\MessageParameterAttribute.cs (1)
9[AttributeUsage(ServiceModelAttributeTargets.Parameter, Inherited = false)]
System\ServiceModel\MessagePropertyAttribute.cs (1)
6[AttributeUsage(ServiceModelAttributeTargets.MessageMember, Inherited = false)]
System\ServiceModel\OperationBehaviorAttribute.cs (1)
16[AttributeUsage(ServiceModelAttributeTargets.OperationBehavior)]
System\ServiceModel\OperationContractAttribute.cs (1)
12[AttributeUsage(ServiceModelAttributeTargets.OperationContract)]
System\ServiceModel\ReceiveContextEnabledAttribute.cs (1)
10[AttributeUsage(ServiceModelAttributeTargets.OperationBehavior)]
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
21[AttributeUsage(ServiceModelAttributeTargets.ServiceBehavior)]
System\ServiceModel\ServiceContractAttribute.cs (1)
15[AttributeUsage(ServiceModelAttributeTargets.ServiceContract, Inherited = false, AllowMultiple = false)]
System\ServiceModel\ServiceKnownTypeAttribute.cs (2)
7[AttributeUsage(ServiceModelAttributeTargets.ServiceContract | ServiceModelAttributeTargets.OperationContract, Inherited = true, AllowMultiple = true)]
System\ServiceModel\TransactionFlowAttribute.cs (1)
14[AttributeUsage(ServiceModelAttributeTargets.OperationBehavior)]
System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
8[AttributeUsage(ServiceModelAttributeTargets.ServiceContract | ServiceModelAttributeTargets.OperationContract, Inherited = false, AllowMultiple = false)]