Class MessageEndpointListenerConfiguration
A class for configuring a new MessageEndpointListener instance
Inheritance
System.Object
MessageEndpointListenerConfiguration
Implements
System.IEquatable<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 : IEquatable<MessageEndpointListenerConfiguration>
Remarks
NOTE: This is an enterprise edition feature
Fields
| Improve this Doc View SourceProtocolType
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 required ProtocolType
Field Value
| Type | Description |
|---|---|
| required |
Remarks
NOTE: This is an enterprise edition feature
Methods
| Improve this Doc View SourceIImmutableList<Collection>(Collections)
The list of collections that the listener should serve as the server side of replication
Declaration
public required IImmutableList<Collection>(Collections)
Parameters
| Type | Name | Description |
|---|---|---|
| Collections |
Returns
| Type | Description |
|---|---|
| required |
Type Parameters
| Name | Description |
|---|---|
| Collection |
Implements
System.IEquatable<T>