CreateUdpSocketRequest

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
localServiceName string Local port to bind to
multicastGroup string Multicast group address to join
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-createudpsocketrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateUdpSocketRequest",
  "title": "CreateUdpSocketRequest",
  "type": "object",
  "properties": {
    "localServiceName": {
      "type": "string",
      "description": "Local port to bind to"
    },
    "multicastGroup": {
      "type": "string",
      "description": "Multicast group address to join"
    }
  }
}