ProtonSession.createSender

Creates a sender used to send messages to the given node address. If no address (i.e null) is specified then a sender will be established to the 'anonymous relay' and each message must specify its destination address.

@param address The target address to attach to, or null to attach to the anonymous relay.

@return the (unopened) sender.

  1. ProtonSender createSender(string address)
    interface ProtonSession
    createSender
    (
    string address
    )
  2. ProtonSender createSender(string address, ProtonLinkOptions senderOptions)

Meta