CreateRequestHandler Method

Summary
Creates a proper request to handle the peer socket.
Syntax
C#
VB
C++
Public Function CreateRequestHandler( _ 
   ByVal PeerSocket As TcpClient _ 
) As Request 
public Request CreateRequestHandler( 
   TcpClient PeerSocket 
) 
public: 
Request^ CreateRequestHandler(  
   TcpClient^ PeerSocket 
)  

Parameters

PeerSocket
The peer socket on the server's side.

Return Value

Creates a proper request to handle the peer socket.

Requirements

Target Platforms

See Also

Reference

TCPServer Class

TCPServer Members

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

Leadtools.Medical.HL7 Assembly

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