Show / Hide Table of Contents

Class HttpListenerExtensions

Inheritance
object
HttpListenerExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX