Interface IncomingStreamData

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

Properties

Properties

connection: Connection
stream: Stream