IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

inputMessageHeaderField (property)

This property contains the name of the HTTP header (same case as it is delivered).

Syntax

- (NSString*)inputMessageHeaderField:(int)inputMessageHeaderIndex;
- (void)setInputMessageHeaderField:(int)inputMessageHeaderIndex:(NSString*)newInputMessageHeaderField;
public func inputMessageHeaderField(inputMessageHeaderIndex: Int32) throws -> String
public func setInputMessageHeaderField(inputMessageHeaderIndex: Int32, newInputMessageHeaderField: String) throws -> Void

Default Value

""

Remarks

This property contains the name of the HTTP header (same case as it is delivered).

The InputMessageHeaderIndex parameter specifies the index of the item in the array. The size of the array is controlled by the InputMessageHeaderCount property.

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