NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

TcpResponse Output Object (Send-TCP Cmdlet)

Object containing part or all of the response from server.

Syntax

Object TcpResponse {
   string Text;
   bool EOL;
}

Remarks

Text coming from the server is parsed based on the EOL property. The incoming data is provided through the Text parameter. The EOL parameter will be true if this piece of data was terminated by EOL.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]