←Select platform

ServerPort Property

Summary

The Server listening port

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("ServerPort", IsRequired=false)] 
public int ServerPort { get; set; } 
<ConfigurationPropertyAttribute("ServerPort", IsRequired:=false)>  
Public Property ServerPort() As Integer 
   Get 
   Set 
public:  
   [ConfigurationPropertyAttribute(L"ServerPort", IsRequired=false)] 
   property Int32 ServerPort 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

the Server listening port

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.Dicom.Services Assembly