SecureBlackbox 2020 iOS Edition

Questions / Feedback?

mimeType (property)

Specifies the SOAP message MIME type.

Syntax

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

Default Value

""

Remarks

Use this property to specify the MIME type attribute of the SOAP message.

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