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

Wrapper class contains all the HTTP information returned from the server
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
SetWebHeader ( WebHeaderCollection headers ) : void

Sets web header collection.

Method Details

SetWebHeader() public method

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