Share via


Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

 

The Microsoft.WindowsServerSolutions.WebApi.Framework namespace provides the a web framework for applying the correct attributes to a web service implementation class, checking parameter validity, setting localized messages for certain errors, and handling other Hypertext Transfer Protocol (HTTP)-related issues.

Classes

Class Description
System_CAPS_pubclass ErrorMessages

Contains a strongly typed resource class for error messages, which is used for looking up localized error strings.

System_CAPS_pubclass HttpUtility

Represents the Hypertext Transfer Protocol (HTTP) utility for handling authentication and cache time spans.

System_CAPS_pubclass RequestChecker

Contains methods that check whether a parameter is valid and, if a parameter is not valid, report violations.

System_CAPS_pubclass SBSWebServiceBehaviorAttribute

Represents the SBSWebServiceBehavior attribute, which is applied to the class that implements the web service.

Return to top