SoapServerType(Type, WebServiceProtocols) Constructor

Definition

Initializes a new instance of the SoapServerType class.

public:
 SoapServerType(Type ^ type, System::Web::Services::Configuration::WebServiceProtocols protocolsSupported);
public SoapServerType (Type type, System.Web.Services.Configuration.WebServiceProtocols protocolsSupported);
new System.Web.Services.Protocols.SoapServerType : Type * System.Web.Services.Configuration.WebServiceProtocols -> System.Web.Services.Protocols.SoapServerType
Public Sub New (type As Type, protocolsSupported As WebServiceProtocols)

Parameters

type
Type

The Type on which this XML Web service is based.

protocolsSupported
WebServiceProtocols

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

Applies to