Request.SimpleProxy 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.
Indicates whether this request can be simple proxied.
public:
property bool SimpleProxy { bool get(); void set(bool value); };
public bool SimpleProxy { get; set; }
Public Property SimpleProxy As Boolean
Property Value
Remarks
The server will optimize message proxying if Request.SimpleProxy is set to true and EnableForking is set to false. The simple proxy property may not be set for applications that modify the To or From URI of the request before proxying (you can change header parameters). Likewise, applications that change the Call-ID header may not set the SimpleProxy property. Undefined behavior occurs if you modify the headers and set the SimpleProxy property.