Interface IDestinationAddressBuilder<TBuilder>
public interface IDestinationAddressBuilder<TBuilder>
Type Parameters
TBuilder
Methods
To(SmeAddress)
TBuilder To(SmeAddress address)
Parameters
addressSmeAddress
Returns
- TBuilder
To(string)
Specifies destination address with automatic detection of TON and NPI
TBuilder To(string destAddr)
Parameters
destAddrstring
Returns
- TBuilder
To(string, AddressTON, AddressNPI)
Specifies destination address with TON and NPI
TBuilder To(string destAddr, AddressTON ton, AddressNPI npi)
Parameters
destAddrstringtonAddressTONnpiAddressNPI
Returns
- TBuilder