SoapServerType(Type, WebServiceProtocols) Construtor

Definição

Inicializa uma nova instância da SoapServerType classe.

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)

Parâmetros

type
Type

A Type base deste serviço Web XML.

protocolsSupported
WebServiceProtocols

Um WebServiceProtocols valor que especifica os protocolos de transmissão usados para desencriptar dados enviados no pedido de serviço Web XML.

Aplica-se a