SecureBlackbox 2020 iOS Edition

Questions / Feedback?

SOAPAction (property)

Specifies the SOAP action.

Syntax

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

Default Value

""

Remarks

Use this property to specify the value for the SOAPAction/action HTTP request header field. This field is normally used to indicate the intent of the SOAP request.

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