| external help file | Pretendpoint.dll-Help.xml |
|---|---|
| Module Name | Pretendpoint |
| online version | |
| schema | 2.0.0 |
Listens for an HTTP request and returns an HTTP request & response.
Receive-HttpContext [-Listener] <HttpListener> [<CommonParameters>]
{{ Fill in the Description }}
PS C:\> $context = Receive-WebRequest $httpAccepts an HTTP request returns it in an HTTP context object.
The HTTP listener to receive the request through.
Type: HttpListener
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.