Edit

Share via


ResponseCode.IsEndToEndProvisional(Int32) Method

Definition

Returns true if the provisional response code is a provisional, that is not hop by hop.

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

Parameters

responseCode
Int32

The response code to check.

Returns

Returns true if the response code is a a provisional and not hop by hop; otherwise false.

Remarks

Most provisional responses are sent end to end between UAS and UAC. This method can be used to filter out those that are exceptions.

Applies to