< Back

Read-PodeTcpClient

Sat Jan 18, 2020 7:17 pm

NAME Read-PodeTcpClient



SYNOPSIS

Reads data from a TCP Client stream.





SYNTAX

Read-PodeTcpClient [[-Client] <Object>] [<CommonParameters>]





DESCRIPTION

Reads data from a TCP Client stream.





PARAMETERS

-Client <Object>

An optional TcpClient from which to read data.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.String





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$data = Read-PodeTcpClient















RELATED LINKS