SoapServerType(Type, WebServiceProtocols) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

type
Type

Obiekt, Type na którym jest oparta ta usługa sieci Web XML.

protocolsSupported
WebServiceProtocols

Wartość WebServiceProtocols określająca protokoły transmisji, które są używane do odszyfrowywania danych wysyłanych w żądaniu obsługi sieci Web XML.

Dotyczy