Click or drag to resize

URLEndpoint Constructor

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

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public URLEndpoint(
	Uri url
)

Parameters

url
Type: SystemUri
The url
See Also