ReadAll Method

Summary

Renders a given MLP stream into text

Syntax
C#
VB
C++
Public Shared Function ReadAll( _ 
   ByVal stream As NetworkStream _ 
) As List(Of String) 
public static List<string> ReadAll( 
   NetworkStream stream 
) 
public: 
static List<String^>^ ReadAll(  
   NetworkStream^ stream 
)  

Parameters

stream
The network stream to read from.

Return Value

A list of strings representing a single MLP message.

Requirements

Target Platforms

See Also

Reference

MLPReader Class

MLPReader 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