Policy Members
Represents a policy, which includes of a set of requirements for a SOAP message exchange.
The following tables list the members exposed by the Policy type.
Public Constructors
Name | Description | |
---|---|---|
Policy | Initializes a new instance of the Policy class using a set of policy assertions. |
Top
Public Properties
Name | Description | |
---|---|---|
Assertions | Gets the collection of policy assertions. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CreateClientPipeline | Creates the pipeline for this policy when SOAP messages are sent to and from a Web service client. | |
CreateServicePipeline | Creates the pipeline for this policy when SOAP messages are sent to and from a Web service. | |
CreateWse2PipelinePolicy | Creates a pipeline for SOAP messages that has the default semantics of the Web Services Enhancements for Microsoft .NET Framework (WSE) 2.0 pipeline. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top