MIDINetworkSession: Is it possible to send MIDI events to specific connections?

Is there a way to send MIDI events only to one specific connection when using MIDINetworkSession on iOS, or will all MIDI events be sent to all connections?

The documentation for MIDINetworkSession seems to be kind of nonexistent (or is there something better than the framework documentation somewhere?). What I see is that MIDINetworkSession only has one default session, which can have multiple connections which each have different ports, but only one "destinationEndpoint"...

The reason I am asking this is that I created my own RTP MIDI implementation, but want to allow the user to use the official Apple framework as well. So I know that it is possible from the RTP MIDI specification to send MIDI events to only one destination port. But I haven't found out how to do that with MIDINetworkSession or if it is even possible...

Thanks!
MIDINetworkSession: Is it possible to send MIDI events to specific connections?
 
 
Q