In The Hand - .NET Components for Mobility
LazyUrlCreation Property
NamespacesInTheHand.Net.BluetoothServiceRecordParserLazyUrlCreation
Gets or sets whether any URL elements will be converted to Uri instances at parse time, or left as raw byte arrays.
Declaration Syntax
C#Visual Basic
public bool LazyUrlCreation { get; set; }
Public Property LazyUrlCreation As Boolean
Remarks
This is useful when the URL element is badly formatted and thus the parser will reject the record, setting this property to true will allow the parse to complete without attempting to decode the URL value.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0