Show / Hide Table of Contents

Interface IMessageEndpointDelegate

A helper interface for MessageEndpoint which contains functionality for creating a connection to be used in a replication over custom transport

Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public interface IMessageEndpointDelegate
Remarks

NOTE: This is an enterprise edition feature

Methods

| Improve this Doc View Source

CreateConnection(MessageEndpoint)

Creates a connection based on the parameters of the passed endpoint

Declaration
IMessageEndpointConnection CreateConnection(MessageEndpoint endpoint)
Parameters
Type Name Description
MessageEndpoint endpoint

The endpoint to examine to determine how to create the connection

Returns
Type Description
IMessageEndpointConnection

The instantiated connection object

  • Improve this Doc
  • View Source
Back to top Generated by DocFX