Collection of responses in the transaction.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Responses 
As 

ResponseCollection
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Transaction
Dim 
value 
As 

ResponseCollection

value = instance.
Responses
C#
public 

ResponseCollection 
Responses { 
get; }

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.

See also