IP*Works! WS V9 - Online Help
IP*Works! WS V9
Questions / Feedback?

Connect Method

Connects to the specified host.

Syntax

[VB.NET]
Public Sub Connect(ByVal URL As String)
[C#]
public void Connect(string URL);

Remarks

The Connect method will establish a WebSocket connection to the host and port specified in the URL parameter. The URL must be specified in the format "ws://host:[port]/[URI]" for plain-text connections or "wss://host:[port]/[URI]" for SSL enabled connections.

NOTE: This method has a corresponding asynchronous version (ConnectAsync) for use in the WinRT environment.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0