Set-UDCookie
SYNOPSIS
Sets the content-type HTTP header for a HTTP response.
SYNTAX
DESCRIPTION
Sets the content-type HTTP header for a HTTP response. This should be in control's Endpoint script blocks.
EXAMPLES
Example 1
PS C:\> Set-UDContentType -ContentType "application/xml"
Sets the content type to XML if an endpoint wanted to return XML.
PARAMETERS
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.