CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_header_collection.h
1
2#pragma once
3#include <cstdint>
4#include <system/array.h>
5#include <system/collections/list.h>
6#include <system/shared_ptr.h>
7
8#include <net/web/services/protocol/soap_header.h>
9
10namespace System { namespace Web { namespace Services { namespace Protocols {
11
13class ASPOSECPP_SHARED_CLASS SoapHeaderCollection : public System::Collections::Generic::List<System::SharedPtr<SoapHeader>>
14{
15public:
17 ASPOSECPP_SHARED_API SoapHeaderCollection();
18};
19
20}}}} // namespace System::Web::Services::Protocols
List forward declaration.
Definition: list.h:127
Contains a collection of instances of the SoapHeader class.
Definition: soap_header_collection.h:14
SoapHeaderCollection()
Initializes a new instance of the SoapHeaderCollection class.
Definition: db_command.h:9