HttpResponseStreamWriter.WriteLineAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| 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
Parámetros
- value
- Char
Devoluciones
Se aplica a
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
Parámetros
- value
- String
Devoluciones
Se aplica a
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
Parámetros
- value
- ReadOnlyMemory<Char>
- cancellationToken
- CancellationToken
Devoluciones
Se aplica a
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
Parámetros
- values
- Char[]
- index
- Int32
- count
- Int32