←Select platform

TCPServer Constructor

Summary

Initializes a new TCPServer instance.

Syntax

C#
VB
C++
Public Function New( _ 
   ByVal endpoint As IPEndPoint _ 
) 
public TCPServer( 
   IPEndPoint endpoint 
) 
public: 
TCPServer(  
   IPEndPoint^ endpoint 
) 

Parameters

endpoint
The endpoint to listen to.

Requirements

Target Platforms

See Also

Reference

TCPServer Class

TCPServer Members

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

Leadtools.Medical.HL7 Assembly