PolicyAttribute Members
Instructs the Web Services Enhancements for Microsoft .NET Framework (WSE) to apply the specified policy to the Web service methods within a class or to a client proxy class. This class cannot be inherited.
The following tables list the members exposed by the PolicyAttribute type.
Public Constructors
Name | Description | |
---|---|---|
PolicyAttribute | Overloaded. Initializes a new instance of the PolicyAttribute class. |
Top
Public Properties
Name | Description | |
---|---|---|
PolicyName | Gets the name of the policy that is defined in a policy file. | |
PolicyType | Gets the policy that is defined in code. | |
TypeId | (Inherited from Attribute ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Attribute ) | |
GetCustomAttribute | Overloaded. (Inherited from Attribute ) | |
GetCustomAttributes | Overloaded. (Inherited from Attribute ) | |
GetHashCode | (Inherited from Attribute ) | |
GetType | (Inherited from Object ) | |
IsDefaultAttribute | (Inherited from Attribute ) | |
IsDefined | Overloaded. (Inherited from Attribute ) | |
Match | (Inherited from Attribute ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft.Web.Services3.IPipelineProvider.CreateClientPipeline | Creates the pipeline for SOAP messages sent to and from a Web service client. | |
Microsoft.Web.Services3.IPipelineProvider.CreateServicePipeline | Creates the pipeline for SOAP messages sent to and from a Web service. | |
System.Runtime.InteropServices._Attribute.GetIDsOfNames | (Inherited from Attribute ) | |
System.Runtime.InteropServices._Attribute.GetTypeInfo | (Inherited from Attribute ) | |
System.Runtime.InteropServices._Attribute.GetTypeInfoCount | (Inherited from Attribute ) | |
System.Runtime.InteropServices._Attribute.Invoke | (Inherited from Attribute ) |
Top