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.1.0-b0232
Syntaxpublic URLEndpoint(
Uri url
)
Parameters
- url
- Type: SystemUri
The url
Exceptions
See Also