Method WriteLineAsync
Namespace: Sisk.Core.Http
Assembly: Sisk.Core.dll
WriteLineAsync()
Writes an line-break at the end of the output.
public Task WriteLineAsync()
Returns
WriteLineAsync(object?)
Writes the text and concats an line-break at the end into the output.
public Task WriteLineAsync(object? message)
Parameters
message object?
The text that will be written in the output.
Returns
WriteLineAsync(string)
Writes the text and concats an line-break at the end into the output.
public Task WriteLineAsync(string message)
Parameters
message string
The text that will be written in the output.
Returns
WriteLineAsync(string, params IEnumerable<object?>)
Writes the text format and arguments and concats an line-break at the end into the output.
public Task WriteLineAsync(string format, params IEnumerable<object?> args)
Parameters
format string
The string format that represents the arguments positions.
args IEnumerable<object?>
An array of objects that represents the string format slots values.
Returns
WriteLineAsync(IFormatProvider?, string, params object?[])
Writes the text format and arguments and appends a line-break at the end into the output, using the specified format provider.
public Task WriteLineAsync(IFormatProvider? formatProvider, string format, params object?[] args)
Parameters
formatProvider IFormatProvider?
The format provider to use when formatting the string. If null, the current culture is used.
format string
The string format that represents the arguments positions.
args object?[]
An array of objects that represents the string format slots values.
                                    English
                                
                                    Русский
                                
                                    Português
                                
                                    Español
                                
                                    Deutsch
                                
                                    中文 (简体)
                                
                                    日本語