Class DockerFixture.NetworkInfo
Holds information about a Docker network.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public class DockerFixture.NetworkInfo
Properties
ID
Returns the network ID.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Returns the network name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |