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.
Property | Description |
---|---|
Buffer Maximum Bytes | Gets or sets the maximum bytes in the client-side buffer associated with a data connection. Details |
Buffer Maximum Packets | Gets 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 Status | Returns 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 |
URL | Returns the URL for a data connection. Details |