Discuss this help topic in SecureBlackbox Forum

TElHTTPMultipartPart.ContentType

TElHTTPMultipartPart     See also     


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


Declaration

[C#]
    string ContentType;

[VB.NET]
    Property ContentType As String

[Pascal]
    under development

[C++]
    void get_ContentType(std::string &OutResult);
    void set_ContentType(const std::string &Value);

[PHP]
    string get_ContentType()
    void set_ContentType(string $Value)

[Java]
    String getContentType();
    void setContentType(String Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum