Request.SetDestination Method

Definition

Overloads

SetDestination(ContactInfo)

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

SetDestination(Byte[])

SetDestination(ContactInfo)

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

public:
 void SetDestination(Microsoft::Rtc::Sip::ContactInfo ^ entry);
public void SetDestination (Microsoft.Rtc.Sip.ContactInfo entry);
Public Sub SetDestination (entry As ContactInfo)

Parameters

entry
ContactInfo

Instance of the ContactInfo where the request should be sent.

Applies to

SetDestination(Byte[])

public:
 void SetDestination(cli::array <System::Byte> ^ serializedContactEntry);
public void SetDestination (byte[] serializedContactEntry);
Public Sub SetDestination (serializedContactEntry As Byte())

Parameters

serializedContactEntry
Byte[]

Applies to