SecureBlackbox 2020 iOS Edition

Questions / Feedback?

POSTBindingBody (property)

Contains the form body.

Syntax

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

Default Value

""

Remarks

Contains the form body.

Use this property to read or set the body of the form returned by the service provider.

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