SOAPHeader (property)

Contents of the optional SOAP header sent to the server.

Syntax

@property (nonatomic,readwrite,assign,getter=SOAPHeader,setter=setSOAPHeader:) NSString* SOAPHeader;
- (NSString*)SOAPHeader;
- (void)setSOAPHeader:(NSString*)newSOAPHeader;
public var SOAPHeader: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property is used only while building SOAP requests.

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