Socket.StatusString Property |
Top |
DescriptionA text description of the status code of the socket. This property is not used unless ErrorAction is set to "Ignore". In this case, the property starts out as an empty string, indicating no error. If a socket operation causes an error, the property's value will be changed to a text description of the error which occurred. After inspecting the error string, the property should be set back to an empty string in the script - a subsequent successful socket operation will not reset the value.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Attributes
Syntax
See also Interfacing with Sockets Guide
|