Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal serverIPAddress As IPAddress, _ ByVal serverPort As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public JpipClient( IPAddress serverIPAddress, int serverPort ) |
C++/CLI | |
---|---|
public: JpipClient( IPAddress serverIPAddress, int serverPort ) |
Parameters
- serverIPAddress
- The IPAddress of the JPIP server to call.
- serverPort
- The port number of the listening JPIP server to call.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family