API:Soap.OPConvert.IOPConvert.MsgToInvContext

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure MsgToInvContext(const Request: InvString;  const IntfMD: TIntfMetaData; var MethNum: Integer; Context: TInvContext); overload;
procedure MsgToInvContext(const Request: TStream;  const IntfMD: TIntfMetaData; var MethNum: Integer; Context: TInvContext; Headers: THeaderList);  overload;

C++

virtual void __fastcall MsgToInvContext(const System::UnicodeString Request, const Soap::Intfinfo::TIntfMetaData &IntfMD, int &MethNum, Soap::Invokeregistry::TInvContext* Context) = 0 /* overload */;
virtual void __fastcall MsgToInvContext(System::Classes::TStream* const Request, const Soap::Intfinfo::TIntfMetaData &IntfMD, int &MethNum, Soap::Invokeregistry::TInvContext* Context, Soap::Invokeregistry::THeaderList* Headers) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Soap.OPConvert.pas
Soap.OPConvert.hpp
Soap.OPConvert IOPConvert

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.