Indicates whether this request can be simple proxied.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Property 
SimpleProxy 
As 
Boolean
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Request
Dim 
value 
As 
Boolean

value = instance.
SimpleProxy

instance.
SimpleProxy = 
value
C#
public 
bool 
SimpleProxy { 
get; 
set; }

Property value

Type: System . . :: . . Boolean

Remarks

The server will optimize message proxying if Request.SimpleProxyis 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 SimpleProxyproperty. Undefined behavior occurs if you modify the headers and set the SimpleProxyproperty.

See also