Session.getNextStreamID

Returns the next outgoing stream ID. Notice that return type is uint. If we run out of stream ID for this session, this function returns 1 << 31.

class Session
uint
getNextStreamID
()

Meta