Share via


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_OCS_ServerApi objects associated with the transaction.

Syntax

[C#]

public ResponseCollection Responses {get;}

Syntax

[Visual Basic .NET]

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.

Namespace:Microsoft.Rtc.Sip Namespace

Assembly: ServerAgent (in ServerAgent.dll)

Concepts

ClientTransaction

Response_OCS_ServerApi

ResponseCollection

ServerTransaction

Transaction_OCS_ServerApi