StreamSocket

A TCP stream socket (StreamSocket class)

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
id string
localAddress string
localPort string
remoteAddress string
remotePort string
protectionLevel string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-streamsocket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StreamSocket",
  "title": "StreamSocket",
  "type": "object",
  "description": "A TCP stream socket (StreamSocket class)",
  "properties": {
    "id": {
      "type": "string"
    },
    "localAddress": {
      "type": "string"
    },
    "localPort": {
      "type": "string"
    },
    "remoteAddress": {
      "type": "string"
    },
    "remotePort": {
      "type": "string"
    },
    "protectionLevel": {
      "type": "string"
    }
  }
}