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

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.