←Select platform

PortNumber Property

Summary

Gets or sets the JPIP client port number.

Syntax

C#
VB
C++
public int PortNumber { get; set; } 
  
Public Property PortNumber As Integer 
public: 
property int PortNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

Integer value that represents a port number.

Remarks

Set this value before calling Open.

Example

For an example that sets the port number to 106 where there is a JPIP server listening to the same port, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly