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) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]