Interface IMessageEndpointDelegate
A helper interface for Message
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 SourceCreateConnection(MessageEndpoint)
Creates a connection based on the parameters of the passed endpoint
Declaration
IMessageEndpointConnection CreateConnection(MessageEndpoint endpoint)
Parameters
Type | Name | Description |
---|---|---|
Message |
endpoint | The endpoint to examine to determine how to create the connection |
Returns
Type | Description |
---|---|
IMessage |
The instantiated connection object |