SimulationNetworkChannelProfile.NetworkAddresses Property

The network addresses the network channel profile should apply to.

Syntax

public:
property IVectorView<String>^ NetworkAddresses {
         IVectorView<String>^ get ();
}  

Property value

Type: IVectorView<String

  Returns the network addresses the network channel profile applies to.

Remarks

NetworkAddresses is a collection of addresses the simulation profile should apply to. Addresses can be IPv4 addresses, IPv6 addresses, and/or hostnames. Subnet masks are optional, but are supported. The following are examples of valid addresses:

  1.2.3.4
  1.2.3.4/255.255.255.255
  2001:1234:d8:1112:134:5b7e:1234:6dcc
  2001:1234:d8:1112:134:5b7e:1234:6dcc/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
  www.example.com  

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

See also

Reference

SimulationNetworkChannelProfile Class

SimulationNetworkChannelProfile Members

Microsoft.Xbox.Tools.ConsoleExtensions Namespace