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
Methods
| Name |
Value |
Summary |
| CopyToAsync(Stream, int, CancellationToken) |
Task |
|
| Dispose(bool) |
void |
|
| Flush() |
void |
|
| FlushAsync(CancellationToken) |
Task |
|
| Read(byte[], int, int) |
int |
|
| ReadAsync(byte[], int, int, CancellationToken) |
Task<int> |
|
| Seek(long, SeekOrigin) |
long |
|
| SetLength(long) |
void |
|
| Write(byte[], int, int) |
void |
|
| WriteAsync(byte[], int, int, CancellationToken) |
Task |
|