SoapServerType(Type, WebServiceProtocols) Construtor

Definição

Inicializa uma nova instância da classe SoapServerType.

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

No Type qual esse serviço Web XML se baseia.

protocolsSupported
WebServiceProtocols

Um WebServiceProtocols valor que especifica os protocolos de transmissão usados para descriptografar dados enviados na solicitação do serviço Web XML.

Aplica-se a