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

Leadtools.Medical.HL7 Assembly