DITTransportTCPServer

@interface DITTransportTCPServer : DITTransport

Used in start and stop calls on the DITDittoSyncKit object to start or stop using a TCP server as a transport.

  • The address of the server to connect to.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull serverAddress;