Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPHeaderBlock.Relay

TElXMLSOAPHeaderBlock     See also     


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


Specifies whether this header block is relayable.

Declaration

[C#]
    string Relay;

[VB.NET]
    Property Relay As String

[Pascal]
    property Relay : XMLString;

[C++]
    void get_Relay(sb_u16string &OutResult);
    void get_Relay(std::wstring &OutResult);
    void set_Relay(const sb_u16string &Value);
    void set_Relay(const std::wstring &Value);

[PHP]
    string get_Relay()
    void set_Relay(string $Value)

[Java]
    String getRelay();
    void setRelay(String Value);

Description

This attribute specifies whether the header block is relayable or not.

See also:     Role    

Discuss this help topic in SecureBlackbox Forum