C# Class Demo.FrontEnd.HeaderExtensions

Afficher le fichier Open project: jgauffin/CorsProxy

Méthodes publiques

Méthode Description
CopyHeadersTo ( this source, HttpResponse destination ) : void
CopyHeadersTo ( this source, HttpWebRequest destination ) : void

Method Details

CopyHeadersTo() public static méthode

public static CopyHeadersTo ( this source, HttpResponse destination ) : void
source this
destination System.Web.HttpResponse
Résultat void

CopyHeadersTo() public static méthode

public static CopyHeadersTo ( this source, HttpWebRequest destination ) : void
source this
destination System.Net.HttpWebRequest
Résultat void