SipUriParser.IsPhoneUri 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.
Helper function to determine whether the URI of this parser is a phone URI. A URI is a phone URI if it has a "tel:" scheme or if it has "sip:" scheme with the parameter 'user=phone'
public:
bool IsPhoneUri();
public bool IsPhoneUri ();
member this.IsPhoneUri : unit -> bool
Public Function IsPhoneUri () As Boolean
Returns
Returns true if the URI of this parser is a phone URI, otherwise returns false.