Share via


WebServicesProtocolSettings Class [IIS 7 and higher]

Specifies protocols that decrypt data sent from a client browser in an HTTP request.

Syntax

class WebServicesProtocolSettings : EmbeddedObject

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the WebServicesProtocolSettings class.

Name

Description

Protocols

An array of WebServicesProtocolElement values that specify transmission protocols that are used to decrypt data sent from a client browser in an HTTP request.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are exposed as members of the Protocols property on the WebServicesSection class.

Inheritance Hierarchy

EmbeddedObject

   WebServicesProtocolSettings

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

EmbeddedObject Class [IIS 7 and higher]

WebServicesProtocolElement Class [IIS 7 and higher]

WebServicesSection Class [IIS 7 and higher]