Yields the next name/value pair in the MessageHeaders being iterated by this.
If this has already yielded the last header, then next will return
false
and name
and value
will be unchanged.
iter | |
name |
pointer to a variable to return the header name in |
value |
pointer to a variable to return the header value in |
|