Initializes the designer with pre-authenticated server connection.
Syntax
'Declaration
Public Overloads Sub ConnectToServer( _
ByVal As String, _
ByVal As String _
)
public void ConnectToServer(
string ,
string
)
Parameters
- serverUri
- The URI of server.
- authToken
- The authentication token.
See Also