Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 3.59 KB

soapserverprotocolfactory-class.md

File metadata and controls

52 lines (40 loc) · 3.59 KB
title description ms.date ms.assetid
SoapServerProtocolFactory Class
Describes the SoapServerProtocolFactory class and provides the class' syntax, methods, properties, subclasses, requirements, and reference.
10/07/2016
992dd30f-5a19-bd92-1271-79114ab059d9

SoapServerProtocolFactory Class

Specifies the type of a class that processes XML Web service requests.

Syntax

class SoapServerProtocolFactory : EmbeddedObject  

Methods

This class contains no methods.

Properties

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

Name Description
Type A read/write string value that specifies the fully qualified type name of a SoapServerProtocolFactory class. Note: The type reference is formed as follows (items in brackets are not required): Namespace.Typename, Assemblyname[,] [Version=x,] [Culture=y,] [PublicKeyToken=z] (for example, "ExampleNamespace.ExampleType, Example.Assembly, Version=%ASSEMBLY_VERSION%, Culture=neutral, PublicKeyToken=%MICROSOFT_PUBLICKEY%").

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the SoapServerProtocolFactory property of the WebServicesSection class.

Inheritance Hierarchy

EmbeddedObject

SoapServerProtocolFactory

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

EmbeddedObject Class
SoapEnvelopeProcessingInfo Class
SoapExtensionTypesInfo Class
SoapTransportImporterTypesInfo Class
WebServicesSection Class
System.Web.Services.Protocols.SoapServerProtocolFactory Class