HttpResponseStreamWriter.WriteLineAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WriteLineAsync(Char) | |
WriteLineAsync(String) | |
WriteLineAsync(ReadOnlyMemory<Char>, CancellationToken) | |
WriteLineAsync(Char[], Int32, Int32) |
WriteLineAsync(Char)
- Source:
- HttpResponseStreamWriter.cs
Écrit de façon asynchrone un caractère dans le flux de texte, suivi d’une marque de fin de ligne.
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
Paramètres
- value
- Char
Retours
S’applique à
WriteLineAsync(String)
- Source:
- HttpResponseStreamWriter.cs
Écrit de façon asynchrone une chaîne dans le flux de texte, suivie d’une marque de fin de ligne.
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
Paramètres
- value
- String
Retours
S’applique à
WriteLineAsync(ReadOnlyMemory<Char>, CancellationToken)
- Source:
- HttpResponseStreamWriter.cs
Écrit de façon asynchrone la représentation sous forme de texte d’une zone de mémoire de caractères dans le flux de texte, suivie d’une marque de fin de ligne.
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
Paramètres
- value
- ReadOnlyMemory<Char>
- cancellationToken
- CancellationToken
Retours
S’applique à
WriteLineAsync(Char[], Int32, Int32)
- Source:
- HttpResponseStreamWriter.cs
Écrit de façon asynchrone un sous-tableau de caractères dans le flux de texte, suivi d’une marque de fin de ligne.
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
Paramètres
- values
- Char[]
- index
- Int32
- count
- Int32