Example:
Dim response = Ws.Stream.ListStreams("*", True, 0, -1)
i get response.raw = {"result":[],"error":null,"id":0}
if i change the record count from 0 to say 2 , i get
Value cannot be null. Parameter name: value
Same issue with listStreamKeys.
I am also able to publish to the streams using the LUCIDOCEAN.MULTICHAIN api.
Other methods such as ListstreamItems works ok.