The network addresses the network channel profile should apply to.
public:
property IVectorView<String>^ NetworkAddresses {
IVectorView<String>^ get ();
}
Type: IVectorView<String>
Returns the network addresses the network channel profile applies to.
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
Namespace: Microsoft.Xbox.Tools.ConsoleExtensions
Metadata: microsoft.xbox.tools.consoleextensions.winmd
SimulationNetworkChannelProfile Class