SoapServerType(Type, WebServiceProtocols) Konstruktor

Definisi

Menginisialisasi instans baru dari kelas 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)

Parameter

type
Type

Tempat Type layanan Web XML ini didasarkan.

protocolsSupported
WebServiceProtocols

WebServiceProtocols Nilai yang menentukan protokol transmisi yang digunakan untuk mendekripsi data yang dikirim dalam permintaan layanan Web XML.

Berlaku untuk