csharp
public enum TransportStateWhether a half of a transport is running, and if not, which way it is going.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
StoppedNot running. What a transport is before it is started and after it is stopped.
StartingAsked to start, not there yet — connecting, or binding.
RunningListening, or connected.
StoppingAsked to stop, still shutting down.
Used by (10)
- CompositeTransportVixen.Net.Transport.Composite
- ITransportVixen.Net
- InjectingTransportVixen.Net.Fuzz
- LocalTransportVixen.Net.Transport.Local
- LocalTransportTestsVixen.Net.Transport.Local.Tests
- NetworkSimulationVixen.Net
- NetworkSimulationTestsVixen.Net.Tests
- TransportConformanceVixen.Net.Tests
- UdpTransportVixen.Net.Transport.Udp
- WebSocketTransportVixen.Net.Transport.WebSocket