DataSocket Properties

Use these properties to specify the client-side buffer size for a data connection, verify the status of a data connection, and read a URL.

PropertyDescription
Buffer Maximum BytesGets or sets the maximum bytes in the client-side buffer associated with a data connection. Details
Buffer Maximum PacketsGets or sets the maximum packets in the client-side buffer associated with a data connection. Details
Buffer Utilization (Bytes)Returns the client-side buffer utilization (current bytes/max bytes) of a data connection. Details
Buffer Utilization (Packets)Returns the client-side buffer utilization (current packets/max packets) of a data connection. Details
Connection StatusReturns a cluster that contains the status and error code of a data connection. The connection status can be Invalid, Unconnected, ConnectionActive, ConnectionIdle, ConnectionError, or Connecting. If the status is ConnectionError, this property also returns the error code. Details
URLReturns the URL for a data connection. Details