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.7.98 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
Url
Url
{
get
;
set
; }
public Url Url { get; set; }
Field Value
The target
Url
.
See Also
WebSocket Class
WebSocket Members
Facilita.Web Namespace
WebBrowser
CreateWebSocket(Url, Int32)