ResponseCode.IsEndToEndProvisional(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.