NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    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) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]