Public Instance Methods : IdSstStreamedConnection

* stream
	"ACTION
		Answer a stream for reading/writing on the connection represented
		by the receiver (e.g., its %handle)

	RETURN VALUE
		<Stream>

	NOTES
		Users should use only one of %stream or %handle to avoid conflicting
		access methods."
* stream: value
	"ACTION
		Set the stream used for reading/writing on the connection represented
		by the receiver (e.g., its %handle).

	PARAMETERS
		value : <Stream>

	NOTES
		Users should use only one of %stream or %handle to avoid conflicting
		access methods."

[FIRST] [PREV] [NEXT] [LAST]