SecureBlackbox 2020 iOS Edition

Questions / Feedback?

POSTBindingURL (property)

Contains the URL of POST binding mechanism.

Syntax

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

Default Value

""

Remarks

Contains the URL of POST binding mechanism.

Use this property to check or set the URL of POST binding mechanism.

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