ServiceRecordUtilitiesDumpRaw(TextWriter, ServiceRecord) Method
Produce a raw 'dump' of the given record, not including attribute names etc, to the given
TextWriter.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static void DumpRaw(
TextWriter writer,
ServiceRecord record
)
Public Shared Sub DumpRaw (
writer As TextWriter,
record As ServiceRecord
)
public:
static void DumpRaw(
TextWriter^ writer,
ServiceRecord^ record
)
static member DumpRaw :
writer : TextWriter *
record : ServiceRecord -> unit
Parameters
- writer TextWriter
- A TextWriter where the 'dump'
text is to be written.
- record ServiceRecord
- A ServiceRecord to be dumped.
Reference
DumpRaw(ServiceRecord)