Method
XemeInputStreamget_output_stream
unstable since: 0.1
Declaration [src]
XemeOutputStream*
xeme_input_stream_get_output_stream (
  XemeInputStream* stream
)
      Description [src]
Gets the XemeOutputStream that should be used for requests and responses
with the remote end of the connection.
Note: this will only be set after xeme_input_stream_start() has been called.
Available since: 0.1
| Gets property | Xeme.InputStream:output-stream | 
Return value
Type: XemeOutputStream
The output stream if set, otherwise
         NULL.
| The returned data is owned by the instance. | 
The return value can be NULL. |