This document is archived and information here might be outdated. Recommended version. |
Connects to an image server given host name and port.
[Visual Basic .NET] Public Function Connect ( _ ByVal serverHost As String, _ ByVal serverPort As String _ ) As Boolean
[C#] public bool Connect ( string serverHost, string serverPort );
[C++]
HRESULT Connect(
BSTR serverHost,
BSTR serverPort
);
[C++]
Parameters serverHost [in]
serverHost is a parameter of type BSTR serverPort [in]
serverPort is a parameter of type BSTR