Sets the destination of the request to the specified ContactInfo. Use this method instead of setting the RequestUri property directly.

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

Syntax

Visual Basic (declaration)
Public 
Sub 
SetDestination ( _
	
entry 
As 

ContactInfo _
)
Visual Basic (usage)
Dim 
instance 
As 

Request
Dim 
entry 
As 

ContactInfo

instance.
SetDestination(
entry)
C#
public 
void 
SetDestination(
	

ContactInfo 
entry
)

Parameters

entry
Type: Microsoft.Rtc.Sip . . :: . . ContactInfo

Instance of the ContactInfo where the request should be sent.

See also