NGMimeContentDispositionHeaderField
Inherits From: NSObject
Declared In: NGMimeHeaderFields.h
Methods: - initWithString: , - type , - name , - filename , - valueOfParameterWithName: , - stringValue , - parametersAsString , - valueNeedsQuotes:


Class Description
No class description.


Global Variables
Synopsis
NSString *NGMimeContentDispositionInlineType ;
NSString *NGMimeContentDispositionAttachmentType ;
NSString *NGMimeContentDispositionFormType ;


Instance Variables
NSString *type;
NSDictionary *parameters;

typeNo description.
parametersNo description.



Method Types
- initWithString:
- type
- name
- filename
- valueOfParameterWithName:
- stringValue
- parametersAsString
- valueNeedsQuotes:


Instance Methods
filename
- (NSString *)filename
No method description.

initWithString:
- (id)initWithString:(NSString *)_value
No method description.

name
- (NSString *)name
No method description.

parametersAsString
- (NSString *)parametersAsString
No method description.

stringValue
- (NSString *)stringValue
No method description.

type
- (NSString *)type
No method description.

valueNeedsQuotes:
- (BOOL)valueNeedsQuotes:(NSString *)_parameterValue
No method description.

valueOfParameterWithName:
- (NSString *)valueOfParameterWithName:(NSString *)_name
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.