Edit

Share via


Transaction.Responses Property

Definition

Collection of responses in the transaction.

public:
 property Microsoft::Rtc::Sip::ResponseCollection ^ Responses { Microsoft::Rtc::Sip::ResponseCollection ^ get(); };
public Microsoft.Rtc.Sip.ResponseCollection Responses { get; }
Public ReadOnly Property Responses As ResponseCollection

Property Value

Remarks

Some transactions contain more than one response. This could be due to either 1xx-class provisional responses or multiple 2xx responses to INVITEs. Note that this set includes only those responses that matched message processing rules and were dispatched to the application. If the application was never notificed of a response, this collection will not contain it. This implies that applications should not poll this collection to see if any new responses came in.

Applies to