StompHeaders.replace

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool replace(string key, List!(string) oldValue, List!(string) newValue)
    class StompHeaders
    bool
    replace
    (
    string key
    ,
    List!(string) oldValue
    ,
    List!(string) newValue
    )
  2. List!(string) replace(string key, List!(string) value)

Meta