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.
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 | |
---|---|---|
![]() |
ErrorMessages | Contains a strongly typed resource class for error messages, which is used for looking up localized error strings. |
![]() |
HttpUtility | Represents the Hypertext Transfer Protocol (HTTP) utility for handling authentication and cache time spans. |
![]() |
RequestChecker | Contains methods that check whether a parameter is valid and, if a parameter is not valid, report violations. |
![]() |
SBSWebServiceBehaviorAttribute | Represents the SBSWebServiceBehavior attribute, which is applied to the class that implements the web service. |
Return to top