@@ -815,7 +815,7 @@ public void AddDefaultHeader(string key, string value)
815
815
}
816
816
817
817
return new ApiResponse < bool ? > ( localVarStatusCode ,
818
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
818
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
819
819
( bool ? ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( bool ? ) ) ) ;
820
820
}
821
821
@@ -886,7 +886,7 @@ public void AddDefaultHeader(string key, string value)
886
886
}
887
887
888
888
return new ApiResponse < bool ? > ( localVarStatusCode ,
889
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
889
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
890
890
( bool ? ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( bool ? ) ) ) ;
891
891
}
892
892
@@ -956,7 +956,7 @@ public ApiResponse< OuterComposite > FakeOuterCompositeSerializeWithHttpInfo (Ou
956
956
}
957
957
958
958
return new ApiResponse < OuterComposite > ( localVarStatusCode ,
959
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
959
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
960
960
( OuterComposite ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( OuterComposite ) ) ) ;
961
961
}
962
962
@@ -1027,7 +1027,7 @@ public async System.Threading.Tasks.Task<ApiResponse<OuterComposite>> FakeOuterC
1027
1027
}
1028
1028
1029
1029
return new ApiResponse < OuterComposite > ( localVarStatusCode ,
1030
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1030
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1031
1031
( OuterComposite ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( OuterComposite ) ) ) ;
1032
1032
}
1033
1033
@@ -1097,7 +1097,7 @@ public async System.Threading.Tasks.Task<ApiResponse<OuterComposite>> FakeOuterC
1097
1097
}
1098
1098
1099
1099
return new ApiResponse < decimal ? > ( localVarStatusCode ,
1100
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1100
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1101
1101
( decimal ? ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( decimal ? ) ) ) ;
1102
1102
}
1103
1103
@@ -1168,7 +1168,7 @@ public async System.Threading.Tasks.Task<ApiResponse<OuterComposite>> FakeOuterC
1168
1168
}
1169
1169
1170
1170
return new ApiResponse < decimal ? > ( localVarStatusCode ,
1171
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1171
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1172
1172
( decimal ? ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( decimal ? ) ) ) ;
1173
1173
}
1174
1174
@@ -1238,7 +1238,7 @@ public ApiResponse< string > FakeOuterStringSerializeWithHttpInfo (string body =
1238
1238
}
1239
1239
1240
1240
return new ApiResponse < string > ( localVarStatusCode ,
1241
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1241
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1242
1242
( string ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( string ) ) ) ;
1243
1243
}
1244
1244
@@ -1309,7 +1309,7 @@ public async System.Threading.Tasks.Task<ApiResponse<string>> FakeOuterStringSer
1309
1309
}
1310
1310
1311
1311
return new ApiResponse < string > ( localVarStatusCode ,
1312
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1312
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1313
1313
( string ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( string ) ) ) ;
1314
1314
}
1315
1315
@@ -1381,7 +1381,7 @@ public ApiResponse<Object> TestBodyWithFileSchemaWithHttpInfo (FileSchemaTestCla
1381
1381
}
1382
1382
1383
1383
return new ApiResponse < Object > ( localVarStatusCode ,
1384
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1384
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1385
1385
null ) ;
1386
1386
}
1387
1387
@@ -1454,7 +1454,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TestBodyWithFileSc
1454
1454
}
1455
1455
1456
1456
return new ApiResponse < Object > ( localVarStatusCode ,
1457
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1457
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1458
1458
null ) ;
1459
1459
}
1460
1460
@@ -1532,7 +1532,7 @@ public ApiResponse<Object> TestBodyWithQueryParamsWithHttpInfo (string query, Us
1532
1532
}
1533
1533
1534
1534
return new ApiResponse < Object > ( localVarStatusCode ,
1535
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1535
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1536
1536
null ) ;
1537
1537
}
1538
1538
@@ -1611,7 +1611,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TestBodyWithQueryP
1611
1611
}
1612
1612
1613
1613
return new ApiResponse < Object > ( localVarStatusCode ,
1614
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1614
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1615
1615
null ) ;
1616
1616
}
1617
1617
@@ -1685,7 +1685,7 @@ public ApiResponse< ModelClient > TestClientModelWithHttpInfo (ModelClient body)
1685
1685
}
1686
1686
1687
1687
return new ApiResponse < ModelClient > ( localVarStatusCode ,
1688
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1688
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1689
1689
( ModelClient ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( ModelClient ) ) ) ;
1690
1690
}
1691
1691
@@ -1760,7 +1760,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ModelClient>> TestClientMod
1760
1760
}
1761
1761
1762
1762
return new ApiResponse < ModelClient > ( localVarStatusCode ,
1763
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1763
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1764
1764
( ModelClient ) this . Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( ModelClient ) ) ) ;
1765
1765
}
1766
1766
@@ -1879,7 +1879,7 @@ public ApiResponse<Object> TestEndpointParametersWithHttpInfo (decimal? number,
1879
1879
}
1880
1880
1881
1881
return new ApiResponse < Object > ( localVarStatusCode ,
1882
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
1882
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
1883
1883
null ) ;
1884
1884
}
1885
1885
@@ -1999,7 +1999,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TestEndpointParame
1999
1999
}
2000
2000
2001
2001
return new ApiResponse < Object > ( localVarStatusCode ,
2002
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2002
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2003
2003
null ) ;
2004
2004
}
2005
2005
@@ -2082,7 +2082,7 @@ public ApiResponse<Object> TestEnumParametersWithHttpInfo (List<string> enumHead
2082
2082
}
2083
2083
2084
2084
return new ApiResponse < Object > ( localVarStatusCode ,
2085
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2085
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2086
2086
null ) ;
2087
2087
}
2088
2088
@@ -2166,7 +2166,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TestEnumParameters
2166
2166
}
2167
2167
2168
2168
return new ApiResponse < Object > ( localVarStatusCode ,
2169
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2169
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2170
2170
null ) ;
2171
2171
}
2172
2172
@@ -2251,7 +2251,7 @@ public ApiResponse<Object> TestGroupParametersWithHttpInfo (int? requiredStringG
2251
2251
}
2252
2252
2253
2253
return new ApiResponse < Object > ( localVarStatusCode ,
2254
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2254
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2255
2255
null ) ;
2256
2256
}
2257
2257
@@ -2337,7 +2337,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TestGroupParameter
2337
2337
}
2338
2338
2339
2339
return new ApiResponse < Object > ( localVarStatusCode ,
2340
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2340
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2341
2341
null ) ;
2342
2342
}
2343
2343
@@ -2409,7 +2409,7 @@ public ApiResponse<Object> TestInlineAdditionalPropertiesWithHttpInfo (Dictionar
2409
2409
}
2410
2410
2411
2411
return new ApiResponse < Object > ( localVarStatusCode ,
2412
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2412
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2413
2413
null ) ;
2414
2414
}
2415
2415
@@ -2482,7 +2482,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TestInlineAddition
2482
2482
}
2483
2483
2484
2484
return new ApiResponse < Object > ( localVarStatusCode ,
2485
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2485
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2486
2486
null ) ;
2487
2487
}
2488
2488
@@ -2553,7 +2553,7 @@ public ApiResponse<Object> TestJsonFormDataWithHttpInfo (string param, string pa
2553
2553
}
2554
2554
2555
2555
return new ApiResponse < Object > ( localVarStatusCode ,
2556
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2556
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2557
2557
null ) ;
2558
2558
}
2559
2559
@@ -2625,7 +2625,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> TestJsonFormDataAs
2625
2625
}
2626
2626
2627
2627
return new ApiResponse < Object > ( localVarStatusCode ,
2628
- localVarResponse . Headers . ToDictionary ( x => x . Name , x => x . Value . ToString ( ) ) ,
2628
+ localVarResponse . Headers . ToDictionary ( x => x . Name , x => string . Join ( "," , x . Value ) ) ,
2629
2629
null ) ;
2630
2630
}
2631
2631
0 commit comments