Interface IHttpStreamWriter
A concrete implementation of this interface is required when calling CopyStream.
Assembly: Titanium.Web.Proxy.dll
Syntax
public interface IHttpStreamWriter
Properties
|
Edit this page
View Source
IsNetworkStream
Declaration
bool IsNetworkStream { get; }
Property Value
Methods
|
Edit this page
View Source
Write(byte[], int, int)
Declaration
void Write(byte[] buffer, int offset, int count)
Parameters
| Type |
Name |
Description |
| byte[] |
buffer |
|
| int |
offset |
|
| int |
count |
|
|
Edit this page
View Source
WriteAsync(byte[], int, int, CancellationToken)
Declaration
ValueTask WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
Parameters
Returns
|
Edit this page
View Source
WriteLineAsync(string, CancellationToken)
Declaration
ValueTask WriteLineAsync(string value, CancellationToken cancellationToken = default)
Parameters
Returns
|
Edit this page
View Source
WriteLineAsync(CancellationToken)
Declaration
ValueTask WriteLineAsync(CancellationToken cancellationToken = default)
Parameters
Returns