Share via


SoapFilterResult Members

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
public property static Continue Represents the SoapFilterResult that is returned if processing should continue to the next Soap filter in the pipeline.
public property Stop Gets the value within a SoapFilterResult that indicates whether the pipeline should stop processing immediately after it has processed the current Soap filter.
public property TargetMethod Represents the user defined method that is run when a SoapFilterResult is returned containing a SOAP server method.
public property static 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
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SoapFilterResult Class
Microsoft.Web.Services3 Namespace