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.1.0-b0232
Syntax
C#
public URLEndpoint(
	Uri url
)

Parameters

url
Type: SystemUri
The url
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the url scheme is not ws or wss
See Also