Class HttpListenerExtensions
Inherited Members
Namespace: GitCredentialManager.Authentication.OAuth
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class HttpListenerExtensions
Methods
WriteResponseAsync(HttpListenerResponse, string)
Declaration
public static Task WriteResponseAsync(this HttpListenerResponse response, string responseText)
Parameters
Type | Name | Description |
---|---|---|
HttpListenerResponse | response | |
string | responseText |
Returns
Type | Description |
---|---|
Task |