URLEndpoint
public struct URLEndpoint : IEndpoint
                URL based replication target endpoint.
- 
                  
                  
The URL.
Declaration
Swift
public let url: URL - 
                  
                  
Initializes with the given URL. The supported URL schemes are ws and wss for transferring data over a secure connection.
Declaration
Swift
public init(url: URL)Parameters
urlThe URL object.
 
        URLEndpoint Structure Reference