WebSocket Url Property C# API
Gets or sets the Url that this WebSocket is targeting.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public Url Url { get; set; }

Field Value

The target Url.
See Also