headerParamValue (property)

The header parameter value.

Syntax

- (NSString*)headerParamValue:(int)headerParamIndex;
- (void)setHeaderParamValue:(int)headerParamIndex:(NSString*)newHeaderParamValue;
public func headerParamValue(headerParamIndex: Int32) throws -> String
public func setHeaderParamValue(headerParamIndex: Int32, newHeaderParamValue: String) throws -> Void

Default Value

""

Remarks

The header parameter value.

The HeaderParamIndex parameter specifies the index of the item in the array. The size of the array is controlled by the HeaderParamCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 iOS Edition - Version 20.0 [Build 8155]