HL7Request Constructor

Summary

initializes a new instance of the HL7Request class to handle communication from a client.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal PeerSocket As TcpClient _ 
) 
public HL7Request( 
   TcpClient PeerSocket 
) 
public: 
HL7Request(  
   TcpClient^ PeerSocket 
) 

Parameters

PeerSocket
The server's side peer socket

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly