Neokernel API

HTTPDecoderStream Class

This extension of Stream allows only a fixed number of bytes to be read from the stream before behaving as if the Stream is empty. The bytes that are read from this stream are automatically decoded using HTTP parameter decoding.

For a list of all members of this type, see HTTPDecoderStream Members .

System.Object
   MarshalByRefObject
      Stream
         HTTPDecoderStream

public class HTTPDecoderStream : Stream

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.httpd

Assembly: Neokernel (in Neokernel.exe)

See Also

HTTPDecoderStream Members | com.neokernel.httpd Namespace