Share via


Transaction.Responses

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Transaction.Responses

The Responses property contains a collection of all Response Sip Class objects associated with the transaction.

Syntax

  public ResponseCollection Responses {get;} 

Syntax

 Public ReadOnly Property Responses As ResponseCollection 

Remarks

For a object, this collection contains all responses returned for the specific request the client transaction was created to service, represented as a ResponseCollection object.

For a ServerTransaction object, this collection contains all responses generated to serve incoming requests.

Some transactions contain more than one response message if the response is of the Class 1XX (Provisional) status class.

Note that this set includes only those responses that matched message processing rules and were dispatched to the application. If the application was never notified of a response, this collection will not contain it. This implies that applications should not poll this collection to see if any new responses arrived.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007 R2.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

ClientTransaction

Response Sip Class

ResponseCollection

ServerTransaction

Transaction Sip Class