←Select platform

Port Property

Summary

Gets or sets the numerical port returned by the server response.

Syntax

C#
VB
C++
public Nullable<int> Port { get; set; } 
  
Public Property Port As Nullable(Of Integer) 
public: 
property Nullable<int> Port { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

An System.Int32 port number at which the JPIP server that is managing the new channel is listening for requests.

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 Assembly