Vixen
02b45cc4
csharp
public enum ContentStatus

The subset of HTTP statuses a static content server has occasion to send.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Ok

    Here is the whole thing.

  • PartialContent

    Here is the part that was asked for.

  • NotFound

    Nothing is at that path.

  • RangeNotSatisfiable

    The range asked for starts past the end of the resource.

Used by (3)

  • ContentReplyVixen.ContentServer
  • ContentServerVixen.ContentServer
  • ContentServerTestsVixen.ContentServer.Tests