FME Server .NET API

IFMEServerSession.CreateServerConnectionInfo Method (String, Int32, String, String)

Creates a new IFMEServerConnectionInfo for TCPIP communication.

[Visual Basic]
Function CreateServerConnectionInfo( _
   ByVal host As String, _
   ByVal port As Integer, _
   ByVal userID As String, _
   ByVal password As String _
) As Safe.FMEServer.API.IFMEServerConnectionInfo
[C#]
IFMEServerConnectionInfo CreateServerConnectionInfo(
   string host,
   int port,
   string userID,
   string password
);

Parameters

host
The host name that the FME Server is running on.
port
The port that the FME Server is listening on.
userID
The user ID.
password
The password.

Return Value

Returns a new IFMEServerConnectionInfo instance.

See Also

IFMEServerSession Interface | IFMEServerSession Members | Safe.FMEServer.API Namespace | IFMEServerSession.CreateServerConnectionInfo Overload List