Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Web.Util Namespace

 

The System.Web.Util namespace is a collection of classes that enable callback methods to be run under the scope of a transaction and that enable work to be posted to separate threads.

ClassDescription
System_CAPS_pubclassHttpEncoder

Provides encoding and decoding logic.

System_CAPS_pubclassRequestValidator

Defines base methods for custom request validation.

System_CAPS_pubclassTransactions

Provides a way to wrap a callback method within a transaction boundary.

System_CAPS_pubclassWorkItem

Provides the ability to move work items to another thread for execution.

InterfaceDescription
System_CAPS_pubinterfaceIWebObjectFactory

This API supports the product infrastructure and is not intended to be used directly from your code. Provides the interface for implementing factories for Web objects.

System_CAPS_pubinterfaceIWebPropertyAccessor

This API supports the product infrastructure and is not intended to be used directly from your code. Provides the interface for implementing property accessors.

DelegateDescription
System_CAPS_pubdelegateTransactedCallback

Represents the callback method being run under transaction support.

System_CAPS_pubdelegateWorkItemCallback

Represents the method that executes on a separate work item thread.

EnumerationDescription
System_CAPS_pubenumRequestValidationSource

Specifies what kind of HTTP request data to validate.

Return to top
Show: