Vixen
02b45cc4
csharp
public enum TransportState

Whether 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)

  • Stopped

    Not running. What a transport is before it is started and after it is stopped.

  • Starting

    Asked to start, not there yet — connecting, or binding.

  • Running

    Listening, or connected.

  • Stopping

    Asked 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