ResponseCode.IsHopByHopProvisional Method
Returns true if the provisional response code is used on directly connected SIP entities.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Function IsHopByHopProvisional ( _
responseCode As Integer _
) As Boolean
'Usage
Dim responseCode As Integer
Dim returnValue As Boolean
returnValue = ResponseCode.IsHopByHopProvisional(responseCode)
public static bool IsHopByHopProvisional(
int responseCode
)
Parameters
- responseCode
Type: System.Int32
The response code to check.
Return Value
Type: System.Boolean
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.