HttpResponseStreamWriter.WriteLineAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| WriteLineAsync(Char) | |
| WriteLineAsync(String) | |
| WriteLineAsync(ReadOnlyMemory<Char>, CancellationToken) | |
| WriteLineAsync(Char[], Int32, Int32) |
WriteLineAsync(Char)
Asynchronously writes a character to the text stream, followed by a line terminator.
public override System.Threading.Tasks.Task WriteLineAsync (char value);
override this.WriteLineAsync : char -> System.Threading.Tasks.Task
Public Overrides Function WriteLineAsync (value As Char) As Task
Parametry
- value
- Char
Návraty
Platí pro
WriteLineAsync(String)
Asynchronously writes a string to the text stream, followed by a line terminator.
public override System.Threading.Tasks.Task WriteLineAsync (string? value);
override this.WriteLineAsync : string -> System.Threading.Tasks.Task
Public Overrides Function WriteLineAsync (value As String) As Task
Parametry
- value
- String
Návraty
Platí pro
WriteLineAsync(ReadOnlyMemory<Char>, CancellationToken)
Asynchronously writes the text representation of a character memory region to the text stream, followed by a line terminator.
public override System.Threading.Tasks.Task WriteLineAsync (ReadOnlyMemory<char> value, System.Threading.CancellationToken cancellationToken = default);
override this.WriteLineAsync : ReadOnlyMemory<char> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function WriteLineAsync (value As ReadOnlyMemory(Of Char), Optional cancellationToken As CancellationToken = Nothing) As Task
Parametry
- value
- ReadOnlyMemory<Char>
- cancellationToken
- CancellationToken
Návraty
Platí pro
WriteLineAsync(Char[], Int32, Int32)
Asynchronously writes a subarray of characters to the text stream, followed by a line terminator.
public override System.Threading.Tasks.Task WriteLineAsync (char[] values, int index, int count);
override this.WriteLineAsync : char[] * int * int -> System.Threading.Tasks.Task
Public Overrides Function WriteLineAsync (values As Char(), index As Integer, count As Integer) As Task
Parametry
- values
- Char[]
- index
- Int32
- count
- Int32