Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ExpectedResponseType

TElXMLSOAPClient     See also     


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


Specifies in which form the component should expect server's response.

Declaration

[C#]
    TSBXMLSOAPResponseType ExpectedResponseType;

[VB.NET]
    Property ExpectedResponseType As TSBXMLSOAPResponseType

[Pascal]
    property ExpectedResponseType : TSBXMLSOAPResponseType;

[C++]
    TSBXMLSOAPResponseType get_ExpectedResponseType();
    void set_ExpectedResponseType(TSBXMLSOAPResponseType Value);

[PHP]
    integer get_ExpectedResponseType()
    void set_ExpectedResponseType(integer $Value)

[Java]
    TSBXMLSOAPResponseType getExpectedResponseType();
    void setExpectedResponseType(TSBXMLSOAPResponseType Value);

TSBXMLSOAPResponseType values

Description

Use this property to specify what kind of response should the client expect from the server.

See also:     ResponseType     ProcessReply     HTTPClient    

Discuss this help topic in SecureBlackbox Forum