Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.28 KB

Suspend-HttpListener.md

File metadata and controls

64 lines (44 loc) · 1.28 KB
external help file Module Name online version schema
Pretendpoint.dll-Help.xml
Pretendpoint
2.0.0

Suspend-HttpListener

SYNOPSIS

Pauses an HTTP listener.

SYNTAX

Suspend-HttpListener [-Listener] <HttpListener> [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

PS C:\> Suspend-HttpListener $http

The $http listener is paused.

PARAMETERS

-Listener

The HTTP listener to pause.

Type: HttpListener
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Net.HttpListener to pause.

System.Net.HttpListener

OUTPUTS

System.Object

NOTES

RELATED LINKS

https://docs.microsoft.com/dotnet/api/system.net.httplistener