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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly