Show / Hide Table of Contents

Class MessageEndpointListenerConfiguration

A class for configuring a new MessageEndpointListener instance

Inheritance
System.Object
MessageEndpointListenerConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public sealed class MessageEndpointListenerConfiguration
Remarks

NOTE: This is an enterprise edition feature

Constructors

| Improve this Doc View Source

MessageEndpointListenerConfiguration(Database, ProtocolType)

Constructs a new configuration object

Declaration
public MessageEndpointListenerConfiguration(Database database, ProtocolType protocolType)
Parameters
Type Name Description
Database database

The local database to operate on

ProtocolType protocolType

The protocol type that connections to the listener use

Remarks

NOTE: This is an enterprise edition feature

Properties

| Improve this Doc View Source

Database

Gets the database that this listener operates on locally

Declaration
public Database Database { get; }
Property Value
Type Description
Database
Remarks

NOTE: This is an enterprise edition feature

| Improve this Doc View Source

ProtocolType

Gets the protocol type that connections to this listener use (note: Must match the protocol type on the corresponding MessageEndpoint on the other side)

Declaration
public ProtocolType ProtocolType { get; }
Property Value
Type Description
ProtocolType
Remarks

NOTE: This is an enterprise edition feature

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