C# Class PostmarkDotNet.NameValueCollectionCompatibilityExtensions

Afficher le fichier Open project: wildbit/postmark-dotnet

Méthodes publiques

Méthode Description
AsHeaderCollection ( this collection ) : HeaderCollection

Converts a NameValueCollection (as is used in the 1.x client) to the HeaderCollection required for the 2.0 client.

Method Details

AsHeaderCollection() public static méthode

Converts a NameValueCollection (as is used in the 1.x client) to the HeaderCollection required for the 2.0 client.
public static AsHeaderCollection ( this collection ) : HeaderCollection
collection this
Résultat HeaderCollection