Show / Hide Table of Contents

Class URLEndpoint

Represents a remote endpoint for a Replicator

Inheritance
System.Object
URLEndpoint
Implements
IEndpoint
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class URLEndpoint : object, IEndpointInternal, IEndpoint

Constructors

| Improve this Doc View Source

URLEndpoint(Uri)

Constructs an endpoint given a url. Note that the scheme must be ws or wss or an exception will be thrown

Declaration
public URLEndpoint(Uri url)
Parameters
Type Name Description
Uri url

The url

Properties

| Improve this Doc View Source

Url

Gets the URL used to populate this endpoint

Declaration
public Uri Url { get; }
Property Value
Type Description
Uri

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Implements

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