C# Class Microsoft.Protocols.TestSuites.Common.ActiveSyncRawResponse

Wrapper class contains all the HTTP information returned from the server
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
SetWebHeader ( WebHeaderCollection headers ) : void

Sets web header collection.

Method Details

SetWebHeader() public méthode

Sets web header collection.
public SetWebHeader ( WebHeaderCollection headers ) : void
headers System.Net.WebHeaderCollection The web header collection
Résultat void