WebServiceProtocols Enumeration
.NET Framework 3.0
Specifies the transmission protocols that are used to decrypt data sent from a client browser in the HTTP request.
Assembly: System.Web.Services (in system.web.services.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Web.Services.ConfigurationAssembly: System.Web.Services (in system.web.services.dll)
| Member name | Description | |
|---|---|---|
| AnyHttpSoap | Any version of the HTTP SOAP protocol. | |
| Documentation | The Web Services Documentation protocol. | |
| HttpGet | The HTTP GET protocol. | |
| HttpPost | The HTTP POST protocol. | |
| HttpPostLocalhost | The HTTP POST LOCALHOST protocol. Caution: See the Remarks section. This value only checks the request's host header to mitigate only browser-redirect attacks. Authentication and authorization are still required to restrict access to a Web service. | |
| HttpSoap | The HTTP SOAP protocol. | |
| HttpSoap12 | The HTTP SOAP version 1.2 protocol. | |
| Unknown | Unknown protocol. |
Caution: |
|---|
|
Using the HttpPostLocalhost value of this enumeration does not prevent access to the test or web service from remote computers. This value checks only the host header of the request; no other validation, authentication, or authorization checks are performed. This check mitigates only browser-based redirection attacks. Authentication and authorization are still required to restrict access to a Web service. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Caution: