Creates an instance of SimulationNetworkChannelProfile.
public:
SimulationNetworkChannelProfile(
int32 networkChannelIndex,
SimulationProfile networkSimulationProfile,
IVectorView<String>^ networkAddresses
)
networkChannelIndex
Type: int32
The network channel for the profile.
networkSimulationProfile
Type: SimulationProfile
The network profile to be simulated.
networkAddresses
Type: IVectorView<String>
A list of IPv4 addresses, IPv6 addresses, and/or hostnames to associate with the profile. Subnet masks are optional but supported.
Namespace: Microsoft.Xbox.Tools.ConsoleExtensions
Metadata: microsoft.xbox.tools.consoleextensions.winmd
SimulationNetworkChannelProfile Class