Interface IncomingStreamData

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

Properties

Properties

connection: Connection

The connection the stream was opened on

stream: Stream

The newly opened stream