Microsoft.Protocols.TestSuites.Common.ActiveSyncRawResponse.SetWebHeader C# (CSharp) Method

SetWebHeader() public method

Sets web header collection.
public SetWebHeader ( WebHeaderCollection headers ) : void
headers System.Net.WebHeaderCollection The web header collection
return void
        public void SetWebHeader(WebHeaderCollection headers)
        {
            this.Headers = headers;
        }
    }
ActiveSyncRawResponse