Request.SimpleProxy Property

Definition

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.

Applies to