ResponseTransformContext.SuppressResponseBody Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set to true if the proxy should exclude the body and trailing headers when proxying this response. Defaults to false.
public bool SuppressResponseBody { get; set; }
member this.SuppressResponseBody : bool with get, set
Public Property SuppressResponseBody As Boolean