C# Class Swagger.Net.ResourceModels.Configuration.RuntimeConfigurationProxy

A runtime implementation of IConfigurationProxy.
Inheritance: IConfigurationProxy
Exibir arquivo Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Public Methods

Method Description
GetHeaderValue ( string headerName ) : string

Gets the header value.

Method Details

GetHeaderValue() public method

Gets the header value.
public GetHeaderValue ( string headerName ) : string
headerName string Name of the header.
return string