Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Swagger
Net
ResourceModels
Configuration
RuntimeConfigurationProxy
C# Class Swagger.Net.ResourceModels.Configuration.RuntimeConfigurationProxy
A runtime implementation of IConfigurationProxy.
Inheritance:
IConfigurationProxy
Mostra file
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