contentTypeAttr (property)

The attributes for content-type header of the message which was encoded/decoded.

Syntax

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

Default Value

""

Remarks

This property contains content-type attributes such as "filename", "boundary", "charset", etc.

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