Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the processing pipeline should either, continue processing to the next filter, terminate processing or transfer processing to a user defined method.
The following tables list the members exposed by the SoapFilterResult type.
Public Constructors
Name | Description | |
---|---|---|
SoapFilterResult | Initializes a new instance of the SoapFilterResult class with the specified user defined method to invoke during pipeline processing. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
Continue | Represents the SoapFilterResult that is returned if processing should continue to the next Soap filter in the pipeline. |
![]() |
Stop | Gets the value within a SoapFilterResult that indicates whether the pipeline should stop processing immediately after it has processed the current Soap filter. |
![]() |
TargetMethod | Represents the user defined method that is run when a SoapFilterResult is returned containing a SOAP server method. |
![]() ![]() |
Terminate | Represents a SoapFilterResult to indicate that the pipeline must stop processing any subsequent SOAP filters. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
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