RealTimeAddressExtensions.TryParse 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.
public static bool TryParse (string uri, string defaultDomain, string phoneContext, out Microsoft.Rtc.Signaling.RealTimeAddress address, bool isStrict = false);
static member TryParse : string * string * string * * bool -> bool
Public Function TryParse (uri As String, defaultDomain As String, phoneContext As String, ByRef address As RealTimeAddress, Optional isStrict As Boolean = false) As Boolean
Parameters
- uri
- String
- defaultDomain
- String
- phoneContext
- String
- address
- RealTimeAddress
- isStrict
- Boolean