powershell/resources/runtime/csharp/client/IHeaderSerializable.cs (8 lines of code) (raw):

/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ using System; namespace Microsoft.Rest.ClientRuntime { public interface IHeaderSerializable { void ReadHeaders(global::System.Net.Http.Headers.HttpResponseHeaders headers); } }