Set or return the socket function tracing flags.
A TraceOptions enumeration type.
The TraceFlags property is used to specify the type of information written to the trace file when socket function tracing is enabled.
Since function logging is enabled per-process, the trace flags are shared by all instances of the components being used. If multiple components have tracing enabled, the TraceFlags property should be set to the same value for each component. Changing the trace flags for any one instance of the component will affect the logging performed for all components used by the application.
Warnings are generated when a non-fatal error is returned by a Windows Sockets function. For example, if data is being written through the control and an error indicating that the operation would block is returned, only a warning is logged since the application simply needs to attempt to write the data at a later time
DnsClient Class | SocketTools Namespace | Trace Property | TraceFile Property | TraceOptions Enumeration