Discuss this help topic in SecureBlackbox Forum

TElHTTPMultipartList.AddFormField

TElHTTPMultipartList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    int AddFormField(string FieldName, string FieldValue);

[VB.NET]
    Function AddFormField(ByVal FieldName As String, ByVal FieldValue As String) As Integer

[Pascal]
    under development

[C++]
    int32_t AddFormField(const std::string &FieldName, const std::string &FieldValue);

[PHP]
    integer AddFormField(string $FieldName, string $FieldValue)

[Java]
    int addFormField(String FieldName, String FieldValue);

Parameters

  • FieldName -
  • FieldValue -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum