Transaction.Responses property

 
Microsoft Office Live Communications Server 2005 with SP1

Transaction.Responses

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

[C#]public ResponseCollection Responses {get;}
[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 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.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ClientTransaction, Response, ResponseCollection, ServerTransaction, Transaction

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.