actionURI (property)

The value of the SOAP-Action header.

Syntax

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

Default Value

""

Remarks

When the MethodURI or Method properties are set, the ActionURI property is automatically updated to MethodURI#Method.

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