Edit

Share via


ResponseCollection.IndexOf(Response) Method

Definition

Determines the index of a specific item in the list.

public:
 int IndexOf(Microsoft::Rtc::Sip::Response ^ r);
public int IndexOf (Microsoft.Rtc.Sip.Response r);
Public Function IndexOf (r As Response) As Integer

Parameters

Returns

Returns the index at which the specified Response object was found. If the object was not found, the method returns ----1.

Applies to