interface IncomingStreamData {
    connection: Connection;
    stream: Stream;
}

Properties

Properties

connection: Connection

The connection that the stream was opened on

stream: Stream

The stream that has been opened