Edit

Share via


ResponseCode.IsHopByHopProvisional(Int32) Method

Definition

Returns true if the provisional response code is used on directly connected SIP entities.

public:
 static bool IsHopByHopProvisional(int responseCode);
public static bool IsHopByHopProvisional (int responseCode);
static member IsHopByHopProvisional : int -> bool
Public Shared Function IsHopByHopProvisional (responseCode As Integer) As Boolean

Parameters

responseCode
Int32

The response code to check.

Returns

Returns true if the response code is a single hop provisional; otherwise false.

Remarks

Most provisional responses are sent end to end between UAS and UAC. In many cases the ones that are sent only on 1 hop need to be handled differently.

Applies to