# Get-STFWebReceiverCommunication
Get the WebReceiver communication settings
Syntax
Get-STFWebReceiverCommunication [-WebReceiverService] <WebReceiverService> [<CommonParameters>]
Detailed Description
Get the WebReceiver communication settings.
Related Commands
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
WebReceiverService | The WebReceiver service. | true | true (ByValue) |
Input Type
Citrix.StoreFront.Model.ReceiverForWeb.WebReceiverService
Parameter WebReceiverService: A .NET class representing the configuration of a StoreFront Web Receiver service
Return Values
Communication
The .NET Citrix.StoreFront.Model.ReceiverForWeb.Communication
reference type
Examples
EXAMPLE 1 Get communication settings
$webReceiver = Get-STFWebReceiverService "/Citrix/StoreWeb" Get-STFWebReceiverCommunication $webReceiver
REMARKS
Get the WebReceiver communication settings for /Citrix/StoreWeb.
OUTPUT
Attempts : 1 Timeout : 00:03:00 Proxy : Enabled : True ProcessName : Fiddler Port : 8888 Loopback : Off LoopbackPortUsingHttp : 80