SoapServerType Constructor (Type, WebServiceProtocols)

 

Initializes a new instance of the SoapServerType class.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

new : 
        type:Type *
        protocolsSupported:WebServiceProtocols -> SoapServerType

Parameters

type
Type: System.Type

The Type on which this XML Web service is based.

protocolsSupported
Type: System.Web.Services.Configuration.WebServiceProtocols

A WebServiceProtocols value that specifies the transmission protocols that are used to decrypt data sent in the XML Web service request.

.NET Framework
Available since 2.0
Return to top
Show: