public class ServiceRecordParser
Public Class ServiceRecordParser
public ref class ServiceRecordParser
type ServiceRecordParser = class end
ServiceRecordParser | Initializes a new instance of the ServiceRecordParser class |
LazyUrlCreation | Gets or sets whether any URL elements will be converted to Uri instances at parse time, or left as raw byte arrays. |
SkipUnhandledElementTypes | Gets or set whether the parser will attempt to skip any unknown element type rather than producing an error. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetElementTypeDescriptor | Extract the ElementTypeDescriptor value from a header byte. |
GetHashCode | (Inherited from Object) |
GetSizeIndex | Extract the SizeIndex field from a header byte. |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
Parse(Byte) | Parses an array of bytes into its contained ServiceRecord. |
Parse(Byte, Int32, Int32) | Parses an array of bytes into its contained ServiceRecord. |
SplitHeaderByte | Split a header byte into its ElementTypeDescriptor and SizeIndex parts. |
SplitSearchAttributeResult | Split a sequence of records into the component records. |
ToString | (Inherited from Object) |