EOL Parameter (Send-TCP Cmdlet)

The EOL used to parse the response.

Syntax

Send-TCP -EOL string

Remarks

Default value is CRLF, which chunks the incoming data based on the occurrence of the carriage return\line feed characters ("\r\n"). When EOL is encountered, the data received prior to the eol is reported via a TcpResponse output and cleared from the buffer.

Default Value

"'r'n"

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