WindowsAuthStreamWrapper Class

Namespace
CondenserDotNet.Middleware.WindowsAuthentication
Interfaces
  • IDisposable
Base Types
  • object
  • MarshalByRefObject
  • Stream
graph TD Base0["Stream"]-->Type Base1["MarshalByRefObject"]-->Base0 Base2["object"]-->Base1 Interface0["IDisposable"]-.->Type Type["WindowsAuthStreamWrapper"] class Type type-node

Syntax

public class WindowsAuthStreamWrapper : Stream, IDisposable

Constructors

Properties

Name Value Summary
AuthFeature IWindowsAuthFeature
CanRead bool
CanSeek bool
CanWrite bool
Length long
Position long

Methods